A --> B
表示A派生自B
A
表示A没有基类
A (template)
表示A是模板类
CObject
CImageList --> CObject
CDaoDataBase --> CObject
CDaoQueryDef --> CObject
CDaoRecordSet --> CObject
CDaoTableDef --> CObject
CDaoWorkspace --> CObject
CDataBase --> CObject
CRecordSet --> CObject
CLongBinary --> CObject
CDockState --> CObject
CDockManager --> CObject
CMenu --> CObject
CException --> CObject
CArchiveException --> CException
CDaoException --> CException
CDBException --> CException
CFileException --> CException
CInternetException --> CException
COleException --> CException
COleDispatchException --> CException
CSimpleException --> CException
CInvalidArgException --> CSimpleException
CMemoryException  --> CSimpleException
CNotSupprotedException --> CSimpleException
CResourceException --> CSimpleException
CUserException --> CSimpleException
CFile --> CObject
CMemFile --> CFile
CSharedFile --> CMemFile
COleStreamFile --> CFile
CMonikerFile --> COleStreamFile
CAsyncMonikerFile --> CMonikerFile
CDataPathProperty --> CAsyncMonikerFile
CCachedDataPathProperty --> CDataPathProperty
CSocketFile --> CFile
CStdioFile --> CFile
CInternetFile --> CStdioFile
CGopherFile --> CInternetFile
CHttpFile --> CInternetFile
CDC --> CObject
CClientDC --> CDC
CPaintDC --> CDC
CWindowDC --> CDC
CMetaFileDC --> CDC
CGdiObject --> CObject
CBitmap --> CGdiObject
CPngImage --> CBitmap
CBrush --> CGdiObject
CFont --> CGdiObject
CPen --> CGdiObject
CPalette --> CGdiObject
CRgn --> CGdiObject
CArray (template) --> CObject
CByteArray --> CObject
CDWordArray --> CObject
CObArray --> CObject
CPtrArray --> CObject
CStringArray --> CObject
CUIntArray --> CObject
CWordArray --> CObject
CCommandLineInfo --> CObject
CMap (template) --> CObject
CMapWordToPtr --> CObject
CMapPtrToWord --> CObject
CMapPtrToPtr --> CObject
CTypeLibCacheMap --> CMapPtrToPtr
CMapWordToOb --> CObject
CMapStringToPtr --> CObject
CMapStringToOb --> CObject
CMapStringToString --> CObject
CList (template) --> CObject
CPtrList --> CObject
CObList --> CObject
CStringList --> CObject
CInternetSession --> CObject
CInternetConnection --> CObject
CFtpConnection --> CInternetConnection
CGopherConnection --> CInternetConnection
CHttpConnection --> CInternetConnection
CFileFind --> CObject
CFtpFileFind --> CFileFind
CGopherFileFind --> CFileFind
CGopherLocator --> CObject
(未完)

解决方案 »

  1.   

    CCmdTarget --> CObject
    CConnectionPoint --> CCmdTarget
    CDocItem --> CCmdTarget
    COleClientItem --> CDocItem
    COleDocObjectItem --> COleClientItem
    CRichEditCntrItem --> COleClientItem
    COleServerItem --> CDocItem
    CDocOleServerItem --> COleServerItem
    CDocOleServer --> CCmdTarget
    CDocument --> CCmdTarget
    CHtmlEditDoc --> CDocument
    COleDocument --> CDocument
    COleLinkingDoc --> COleDocument
    COleServerDoc --> COleLinkingDoc
    CRichEditDoc --> COleServerDoc
    CDocTemplate --> CCmdTarget
    CSingleDocTemplate --> CDocTemplate
    CMutiDocTemplate --> CDocTemplate
    CDynLinkLibrary --> CCmdTarget
    (未完,今天先写到这)
      

  2.   

    CWnd --> CCmdTarget
    CDockSite --> CWnd
    CControlBar --> CWnd
    CDialogBar --> CControlBar
    COleResizeBar --> CControlBar
    CReBar --> CControlBar
    CStatusBar --> CControlBar
    CToolBar --> CControlBar
    CReBarCtrl --> CWnd
    CRichEditCtrl --> CWnd
    CScrollBar --> CWnd
    CSliderCtrl --> CWnd
    CStatusBarCtrl --> CWnd
    CWinThread --> CCmdTarget
    CWinApp --> CWinThread
    COleControlModule --> CWinApp
    CToolBarCtrl --> CWnd
    CAnimateCtrl --> CWnd
    CButton --> CWnd
    CBitmapButton --> CButton
    CSplitButton --> CButton
    CComboBox --> CWnd
    CComboBoxEx --> CComboBox
    CDateTimeCtrl --> CWnd
    CEdit --> CWnd
    CHeaderCtrl --> CWnd
    CNetAddressCtrl --> CEdit
    CHtmlEditCtrlBase --> CWnd
    CHtmlEditCtrl --> CHtmlEditCtrlBase
    CHotKeyCtrl --> CWnd
      

  3.   

    MSDN查下就可以了,不过还是感谢奉献精神
      

  4.   

    mem 好玩意,对新手提升个好东西。尤其是做windows的。