Wednesday 1 December 2010

Give the syntax of opening file ‘myFile.txt’ with ‘app’ mode using ofstream variable ‘out’.

out.open(“myfile.txt” , ios::app);

No comments:

Post a Comment