C++ Programming/Code/Standard C Library/Functions/feof
feof
Syntax |
#include <cstdio>
int feof( FILE *stream );
|
The function feof() returns TRUE if the end-of-file was reached, or FALSE otherwise.
Category:Book:C++ Programming#Code/Standard%20C%20Library/Functions/feof%20