What is wrong with using feof() to control a read loop? For example: Best Answer while(!feof) is wrong because it tests for something that is irrelevant ...
-
March 4, 2022
- 0 Comments