赵云的优点和缺点:菜鸟级vc++问题?看看这是什么?

来源:百度文库 编辑:高考问答 时间:2024/04/29 06:13:34
AppWizard has created this moveball application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your moveball application.

moveball.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.

moveball.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CMoveballApp application class.

moveball.cpp
This is the main application source file that contains the application
class CMoveballApp.

moveball.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.

moveball.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.

res\moveball.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file moveball.rc.

res\moveball.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.

For the main frame window:

MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFrame, which is derived from
CFrameWnd and controls all SDI frame features.

res\Toolbar.bmp
This bitmap file is used to create tiled images for the toolbar.
The initial toolbar and status bar are constructed in the CMainFrame
class. Edit this toolbar bitmap using the resource editor, and
update the IDR_MAINFRAME TOOLBAR array in moveball.rc to add
toolbar buttons.

AppWizard creates one document type and one view:

moveballDoc.h, moveballDoc.cpp - the document
These files contain your CMoveballDoc class. Edit these files to
add your special document data and to implement file saving and loading
(via CMoveballDoc::Serialize).

moveballView.h, moveballView.cpp - the view of the document
These files contain your CMoveballView class.
CMoveballView objects are used to view CMoveballDoc objects.
Other standard files:

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

这个好像是建立工程以后系统自动生成ReadMe.txt吧
我没有用过
用中文版.net生成的就是中文的

如果只是写程序的话,这个好像没什么用吧

不知道

不懂