Serializing data in MFC / Visual C++
This post shows you how to utilize the built-in file handling capabilities that MFC has in order to serialize your data, that is, how to read from or write to a disk. Using the MFC document object One way is to use the MFC document object to do the serializing for you. This will be …