PDA

Click to See Complete Forum and Search --> : output for appen?


Flamer
Feb 26th, 2001, 01:28 PM
ofstream is to output and overwrite the file..
what can i use to add to the file?

Thanks Again..

parksie
Feb 26th, 2001, 01:39 PM
Use:

ofstream OutFile("filename.ext", ios::app);