View Single Post
  #2 (permalink)  
Old March 11th, 2005, 02:40 AM
mehdi62b mehdi62b is offline
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

I don't know anything about C++(really I'm forgetting it)..
but mainly you should first read your text file to end and push it in a string variable then work on that string for replacing your text and write your changed string to a new file.(here you should write replace function if you cant use any special function in STL)

_____________
Mehdi.
software student.
Reply With Quote