#include
using namespace std;
int main () {
ofstream myfile ("example.txt");
if (myfile.is_open())
{
myfile << "This is a line.\n";
myfile << "This is another line.\n";
myfile.close();
}
else cout << "Unable to open file";
return 0;
}
CSCIO namin 2! hehehe pero si princess parin laman ng utak kO! pRINCESs....
No comments:
Post a Comment