WEB开发网
开发学院软件开发VC Visual C++程序的建立~~5 阅读

Visual C++程序的建立~~5

 2009-06-03 20:04:40 来源:WEB开发网   
核心提示: //字“命令消息,当用户选择了该命令时,Visual C++程序的建立~~5(5),将执行该函数OnAppAbou // NOTE - the ClassWizard will add and remove member functions here. // DO NOT E

//字“命令消息,当用户选择了该命令时,将执行该函数OnAppAbou

// NOTE - the ClassWizard will add and remove member functions here.

//    DO NOT EDIT what you see in these blocks of generated code !

//}}AFX_MSG

//上面的标记:

//   {{AFX_MSG(CMyApp)

//   …………………

//    }}AFX_MSG

// 是ClassWizard定义的专门用做消息映射声明的标记,即消息映射区。

DECLARE_MESSAGE_MAP()   //声明消息映射

};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}

// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_2_H__6CF87E54_5FC3_419D_B373_44264BFF449C__INCLUDED_)

//其中的一些注释是由MFC AppWizard为用户自动生成的,如果不需要这些注释,可在应用程序向导的第/五步对话框中,将“Would you like to generatesource file comments?”项选为“No,thank you”。

// 显示两行字。cpp : Defines the class behaviors for the application.

#include “stdafx.h”            //预编译处理的头文件

#include “显示两行字。h”        //应用程序类的头文件

#include “MainFrm.h”           //主框架类的头文件

#include “显示两行字Doc.h”    //文档类的头文件

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:Visual 程序 建立

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接