Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Visual C++ supplies a number of ways to work with files, including:
MFC's class CFile encapsulates access to files in a C++ class. The MFC library also supplies derived classes like and for working with text files, in-memory files, OLE streams, and other file-like objects, such as Windows sockets.