翻译一段程序代码VC++ 15

翻译一段程序代码VC++尽量解释清楚每句//Abc.h:mainheaderfilefortheABCapplication//#if!defined(AFX_ABC_H... 翻译一段程序代码VC++
尽量解释清楚每句

// Abc.h : main header file for the ABC application
//

#if !defined(AFX_ABC_H__842E1DA6_FF7C_4A41_975C_C4ED24B684C3__INCLUDED_)
#define AFX_ABC_H__842E1DA6_FF7C_4A41_975C_C4ED24B684C3__INCLUDED_

#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

/////////////////////////////////////////////////////////////////////////////
// CAbcApp:
// See Abc.cpp for the implementation of this class
//

class CAbcApp : public CWinApp
{
public:

CAbcApp();

// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAbcApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL

// Implementation
//{{AFX_MSG(CAbcApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:

};

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

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

#endif // !defined(AFX_ABC_H__842E1DA6_FF7C_4A41_975C_C4ED24B684C3__INCLUDED_)
展开
 我来答
百度网友88261dd0f
2007-07-15 · 超过25用户采纳过TA的回答
知道答主
回答量:61
采纳率:0%
帮助的人:0
展开全部
MFC自动生成的框架,想了解清楚的话看一下侯捷的《深入浅出MFC》,不对MFC的封装体系有所了解,光翻译这段代码是没用的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式