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.

수행할 작업

참고 항목

참조

CRuntimeClass 구조체

개념

일반 MFC 항목

MFC의 파일

MFC의 Serialization

기타 리소스

MFC 개념