Using CObject

CObject is the root base class for most of the Microsoft Foundation Class Library (MFC). The CObject class contains many useful features that you may want to incorporate into your own program objects, including serialization support, run-time class information, and object diagnostic output. If you derive your class from CObject, your class can exploit these CObject features.

What do you want to do?

See Also

Reference

CRuntimeClass Structure

Concepts

General MFC Topics

Files in MFC

Serialization in MFC

Other Resources

MFC Concepts