I'm attempting to read through a file containing an embedded EOF character (Decimal represesentation 025). My code only reads the data until the EOF appears as my exit condition for reading the data is while (! in_file.eof() ). Are there any alternate conditions that I can use that will allow me to traverse the entire file
Thanks!
Peter