所属分类:
VC书籍
开发工具:Visual C++
文件大小:327KB
下载次数:284
上传日期:2006-01-23 16:45:58
说明: MFC (Microsoft Foundation Class Library) 中的各种类结合起来构成了一个应用程序框架,它的目的就是让程序员在此基础上来建立Windows下的应用程序,这是一种相对SDK来说更为简单的方法。因为总体上,MFC框架定义了应用程序的轮廓,并提供了用户接口的标准实现方法,程序员所要做的就是通过预定义的接口把具体应用程序特有的东西填入这个轮廓。Microsoft Visual C++提供了相应的工具来完成这个工作:AppWizard可以用来生成初步的框架文件(代码和资源等);资源编辑器用于帮助直观地设计用户接口;ClassWizard用来协助添加代码到框架文件;最后,编译,则通过类库实现了应用程序特定的逻辑。
(MFC (Microsoft Foundation Class Library) the combination of various types constitute an application framework. its purpose is to allow programmers basis in this building Windows applications, This is a relatively SDK it is more simple approach. Because on the whole, the MFC framework defines the outline application, and provide a user interface standard method, programmers have to be done through predefined interface of specific applications unique things entries to this profile. Microsoft Visual C provides the tools to complete this work :+5.0 can be used to generate a preliminary framework document (code and resources, etc.); resource editors used to help design intuitive user interface; ClassWizard to help add code to the framework document; Finally, compile, through class library of a)