Share Email Facebook Twitter LinkedIn 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. LinksAcFILE