Please help me..

Nov 4, 2011 at 3:05pm
I have a problem with c++. pls help me.
As u all know there is a method to create a text file and write text to it in c++,
but every time i run the program , it overwrite the file (eg. myfile.txt)
but i want to write in a same file again and again. please help me with he coding...
pleaaase... :(
Nov 4, 2011 at 3:07pm
You should change the mode so that it Appends data, not overrides it
Nov 4, 2011 at 3:19pm
Topic archived. No new replies allowed.