» 
C++ - Searching a txt file
Hey guys
this has got me bugged -
i need to search a text file to a particular point, input the text that is after that until another point.
sort of like
"i","am","lamer"
and i just want am (no"")... how would i do that?
cheers
|