Share

AcFILE::AcFILE

C++

AcFILE(
    FILE * pFILE
);

Description

Constructs an AcFILE object from an existing FILE pointer.

Parameters

Parameters Description
pFILE Input file pointer returned by a call to the C run-time function _tfopen

Links

AcFILE

Was this information helpful?