0
It works. But before checking for EOF you must make a read from file. For example: char c; file >> c; while(!file.eof()) file>>c;
16th May 2019, 8:43 AM
Denis Popov
Denis Popov - avatar