ofstream is to output and overwrite the file.. what can i use to add to the file? Thanks Again..
Use: Code: ofstream OutFile("filename.ext", ios::app);
ofstream OutFile("filename.ext", ios::app);
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You". -- Linus Torvalds
Forum Rules