摘要:
头文件 hello.c#ifndef afxwin_H_#include #endifclass CMyApp : public CWinApp{public: virtual BOOL InitInstance();//一个虚函数,成功返回非零值,其他返回0,为应用程序提供一个自身初始化的机会};class CMainWindow : public CFrameWnd{public: CMainWindow();protected: afx_msg void OnPaint(); DECLARE_MESSAGE_MAP();};源文件// hellowindow.cpp : 定义控制台应用程 阅读全文