MFC六大核心機制之一:MFC程序的初始化流程

1,手動編寫MFC 下面就是我們要手寫MFC的代碼, class CMyApp:public CWinApp { public: virtual BOOL InitInstance(); }; class CMainWnd:public CFrameWnd { public: CMainWnd(); }; CMyApp theApp; BOOL CMyApp::InitInstance() {
相關文章
相關標籤/搜索