好..品味...MFC类别组织框架图变迁(4.2,7.0,9.0)

clip_image001

 

clip_image002

 

From mfc7.0

 

C++: Class hierarchy diagrams for MFC (including Visual C++ 2008 Feature Pack ones)

 

源文档 <http://blogs.msdn.com/b/yvesdolc/archive/2008/03/24/c-class-hierarchy-diagrams-for-mfc-including-visual-c-2008-feature-pack-ones.aspx>

 

传说中的mfc 9.0vs2008

 

MFC Hierarchy Chart Part 1 of 3

Classes Derived From CObject

 

clip_image003

 

Legend

The Version 9.0 Feature Pack adds new classes to the Microsoft Foundation Class Library.

New classes are indicated with a star.

Managers, Control Support and Helper classes all provide logical and data support for

individual controls or groups of controls.

Managers have the word “Manager” in their name. They typically aggregate and coordinate

functionality that would otherwise be handled by individual classes. Control Support classes

usually provide logical and data support for individual controls.

 

 

MFC Hierarchy Chart Part 2 of 3

Classes That Derive From CCmdTarget or CWnd

 

clip_image004

 

 

MFC Hierarchy Chart Part 3 of 3

Classes Not Derived From CObject

 

clip_image005

原文地址:https://www.cnblogs.com/titer1/p/2440967.html