c:io:ftell From C++ Reference previous page next page ftell Syntax: #include <cstdio> long ftell( FILE *stream ); The ftell() function returns the current file position for stream, or -1 if an error occurs. Related Topics: fgetpos, fseek, fsetpos previous page start next page