View Single Post
Join Date: Apr 2008
Posts: 670
Reputation: Freaky_Chris is a jewel in the rough Freaky_Chris is a jewel in the rough Freaky_Chris is a jewel in the rough 
Solved Threads: 113
Freaky_Chris's Avatar
Freaky_Chris Freaky_Chris is offline Offline
Practically a Master Poster

Re: Don't Erase Contents of Text File

 
0
  #2
Jan 3rd, 2009
  1. ofstream myfile("example.txt", std::ios::app);
Hope that helps
app stands for append btw

Chris
Knowledge is power -- But experience is everything
Reply With Quote