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

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

 2009-06-03 20:04:40 来源:WEB开发网   
核心提示: #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include ‘stdafx.h’ before including thi

#if _MSC_VER > 1000

#pragma once

#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__

#error include ‘stdafx.h’ before including this file for PCH

#endif

#include “resource.h”       // main symbols主符号,resource.h文件中包含资源符号表

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

// CMyApp:

// See 显示两行字。cpp for the implementation of this class

//

class CMyApp : public CWinApp   //声明应用程序类CMyApp是从MFC的基类CWinApp派生来的

{

public:

CMyApp();                 // 应用程序本身

// Overrides(覆盖)

// ClassWizard generated virtual function overrides(生成虚拟函数覆盖)

//{{AFX_VIRTUAL(CMyApp)

public:

//下面语句是:重写基类的InitInstance函数

virtual BOOL InitInstance();

//}}AFX_VIRTUAL

//上面的标记:

//  {{AFX_VIRTUAL(CMyApp)

//     ……………。

//   }}AFX_VIRTUAL

//  是ClassWizard定义的专门用做虚函数重载的标记,即虚函数重载区,表示该程序块中的虚函数

//  的重载是由ClassWizard自动管理的,用户一般不需要去更改

// Implementation

//{{AFX_MSG(CMyApp)

afx_msg void OnAppAbout();//该函数就是消息映射函数,映射“帮助”选单项中的“关于显示两行

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

Tags:Visual 程序 建立

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