Skip to content

Latest commit

 

History

History
67 lines (57 loc) · 2.28 KB

File metadata and controls

67 lines (57 loc) · 2.28 KB
title Using CObject
ms.custom na
ms.date 10/14/2016
ms.prod visual-studio-dev14
ms.reviewer na
ms.suite na
ms.technology
devlang-cpp
ms.tgt_pltfrm na
ms.topic article
f1_keywords
CObject
dev_langs
C++
helpviewer_keywords
examples [MFC], CObject
root base class for MFC
derived classes, from CObject
MFC, base class
CObject class
ms.assetid d0cd19bb-2856-4b41-abbc-620fd64cb223
caps.latest.revision 7
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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

Concepts
General MFC Topics
CRuntimeClass Structure
Files
Serialization