Chapter 9. Using Serialization with File and Archive Objects

by Mickey Williams

In This Chapter

Serialization is the method used by MFC to store an object to a file or another type of storage. The MFC serialization architecture uses three classes (all are discussed in this chapter):

  • The CFile class models a Win32 file I/O object. Some differences exist between Win32 file objects and MFC CFile file objects; these differences are discussed in this chapter.

  • CObject ...

Get Visual C++® 6 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.