Click here to Skip to main content
16,021,288 members
Articles / Desktop Programming / MFC

Serialization of Memory Pointed by a Pointer

Rate me:
Please Sign up or sign in to vote.
2.78/5 (3 votes)
8 Nov 2007CPOL1 min read 33.5K   448   9  
This article is a demonstration of serialization of dynamically allocated memory which is neither a derived class of CObject nor a CString. I.e., a kind of Variable or Object Persistence in MFC even if the object is a non-CObject derived class object.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Canon India Pvt Ltd
India India
Born and living in India, I'm an engineer in Computer Science & Engineering working in Canon India Pvt Ltd as a Module Leader responsible for coding, Team handling etc. I’m interested in leading a Project and working with C++, MFC, STL, COM and ATL.

Comments and Discussions