1234
ofstream myfile; myfile.open("result1.txt", ios::out | ios::binary | ios::trunc); myfile.close();