帮忙翻译一下这段C++的说明

来源:百度知道 编辑:UC知道 时间:2024/09/25 16:41:08
一个C++程序里的说明,看来半天死活没看懂,翻译好的我可以加分
/////////////////////////////////////////////////////////////////////////////

AppWizard creates one dialog class:

B2007Dlg.h, B2007Dlg.cpp - the dialog
These files contain your CB2007Dlg class. This class defines
the behavior of your application's main dialog. The dialog's
template is in B2007.rc, which can be edited in Microsoft
Visual C++.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named B2007.pch and a precompiled types file named StdAfx.obj.

Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.

/////////////////////////////////////////////////////////////////////////////
Other notes:<

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

应用程序向导创建一个对话框类:

B2007Dlg.h, B2007Dlg.cpp - the dialog
这些文件包含了CB2007Dlg类。这个类定义了应用程序主对话框的行为,
对话框模板存放在B2007.rc资源文件,可通过VC++编辑。

/////////////////////////////////////////////////////////////////////////////
其它标准文件:

StdAfx.h, StdAfx.cpp
这些文件用于构建命名为B2007.pch的预编译头文件(PCH),
预编译类型文件命名为StdAfx.obj。

Resource.h
这是个标准的头文件,其中定义了新资源标识,VC++会读取并更新这个文件。

/////////////////////////////////////////////////////////////////////////////
其它要点:

应用程序向导使用“TODO:”指示应该添加或者修改的代码位置。

如果你的应用程序以共享链接库的方式使用MFC,同时应用程序使用的语言不是
操作系统当前语言,你需要从Micorsoft VC++ CD-ROM复制相应的本地化资源
MFC42XXX.DLL到system或者system32目录,并将它重命名为MFCLOC.DLL。(“XXX"
表示语言缩写,例如,MFC42DEU.DLL包含了德语转换)。如果你不那样做,应用程序
中的一些用户接口元素将保留操作系统默认语言。

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

这么差的英语,还是赶紧补补,别急着学习编