Share

AcFILE::fgetc

C++

ACBASE_PORT int fgetc();

Description

Retrieves a character from the file associated with 'this' object.

Returns the character retrieved from file if successful. Otherwise, it returns -1.

Links

AcFILE

Was this information helpful?