Hi all
I need a some help inserting a c++ end of file character in a(.txt) file so that when some one comes to read the file he will reach the virtual end before reaching the physical end of the file, the eof charachter should be inserted at the first white space.
(what is the character and how to insert it
and how to reset the flags after i reach an eof)
Thanks