Welcome![Sign In][Sign Up]
Location:
Search - microsoft foundation class

Search list

[WEB Code介绍C++编程语言

Description: 本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。 C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。 MFC是构造于原始C++之上的应用程序框架,它提供了一个Windows应用程序工作的基础,一个可以向内添入自己代码的框架。这个框架提供了绝大多数Windows特征——菜单、工具栏、对话框、控件和滚动条。它也提供使开发者能相对容易的将数据写入文件、打印数据等机制。这个框架的部件是C++的类,这些类表示了应用程序的组件,例如应用程序的主窗口、它的对话框、字符串、如矩形和点的图像对象,甚至应用程序本身。因此,为了使用Visual C++编写Windows程序,你需要知道足够的C++知识来利用MFC。 -C programming language, the most basic elements, and C pointers, use and scope. In Chapter 3 and Chapter 4, will introduce the class C and object-oriented programming. Your use of Microsoft Foundation Class Library (Microsoft Foundation Class Library, MFC) for Windows programming, you need all knowledge. C is a complex language, and many of its elements is very abstract. It is a huge language, as a professional programming and design. The book focuses on the use of language Visual C MFC prepared to use Windows programs, there is no in-depth discussion of C language. MFC is constructed from the original C above the application framework, which provides a Windows application of foundation, one can be inserted inside their own code framework. This framework provides a majority of Windows feat
Platform: | Size: 28838 | Author: 李和平 | Hits:

[Other resourcemfc(Microsoft_Foundation_Class_Library)

Description: 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
Platform: | Size: 334854 | Author: 无我 | Hits:

[OS programMFC.Windows

Description: Microsoft Foundation Class编程大全。很全的参考资料。-Microsoft Foundation Class Programming Series. Very full references.
Platform: | Size: 46453223 | Author: 康钦建 | Hits:

[OpenGL programGLEasy_Microsoft

Description: MICROSOFT FOUNDATION CLASS LIBRARY : GLEasy-MICROSOFT CLASS LIBRARY FOUNDATION : GLEasy
Platform: | Size: 37261 | Author: H.Devang | Hits:

[OS programDesHashCrypt

Description: MICROSOFT FOUNDATION CLASS LIBRARY : DesHashCrypt-MICROSOFT CLASS LIBRARY FOUNDATION : DesHashCrypt
Platform: | Size: 84133 | Author: 郎风华 | Hits:

[Multimedia programBeepPiano

Description: MICROSOFT FOUNDATION CLASS LIBRARY : BeepPiano-MICROSOFT CLASS LIBRARY FOUNDATION : BeepPiano
Platform: | Size: 87110 | Author: 赵亮 | Hits:

[VC/MFCmfc(Microsoft_Foundation_Class_Library)

Description: 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
Platform: | Size: 334848 | Author: 无我 | Hits:

[OS programMFC.Windows

Description: Microsoft Foundation Class编程大全。很全的参考资料。-Microsoft Foundation Class Programming Series. Very full references.
Platform: | Size: 51003392 | Author: 康钦建 | Hits:

[VC/MFCMFCcalssic

Description: 本书收集了微软基础类库(Microsoft Foundation Class,MFC)编程中经常会遇到的问题,多达130多条。本书独特的结构设计使您能够迅速地查找到答案并且把相关的解决方案结合到程序中。本书的FAQ采用一种理想的格式,这样开发人员能够迅速找到需要紧急解决的问题的答案。同时,您会发现许多技术可以帮助您更好地理解MFC应用程序的内部工作,并提高MFC编程技巧。尤其特殊的是,解释(Explanation)和附加注释(Additional Comment)部分通常都深入到MFC源代码或者没有归档的函数内部,从而解释所讨论的技术如何工作、它们与MFC的默认行为有何不同以及是如何与其默认行为结合起来的。 -the book collection of Microsoft Foundation Class Library (Microsoft Foundation Class , MFC) Programming often encountered the problem of as many as over 130. The book's unique design allows you to quickly find answers to and the related solutions to the combined process. The book FAQ adopted an ideal format, so developers can quickly find an urgent solution to the needs of the answer to the question. Meanwhile, you will find many technologies can help you better understand the MFC application of internal work, and enhance MFC programming skills. Particularly special, Explanation (Explanation) and the annotated (Additional Comment) hours are usually go to MFC source code or no internal archiving functions, in order to explain the technologies discussed how to work MFC with the default
Platform: | Size: 10703872 | Author: 张林 | Hits:

[VC/MFCc++

Description: MFC(Microsoft Foundation Class)指的是Microsoft基础类,是用来为Windows开发C++GUI应用程序。MFC是一种十分优秀的工具,使得面向对象的软件函数包装技术演变成为一种可以进行代码复用、简化了程序的复杂性并使程序更加有效的软件开发环境..对于使用Windows API 进行应用程序开发的人员来说, MFC使程序员大大提高了程序开发效率.你不必创建GDU对象,不必编写许多代码行对这些对象进行初始化,并且小心地跟踪其生命周期的运行情况,你只需建立一个MFC类的实例,使用其默认值,然后让撤消程序来清除系统资源即可-MFC (Microsoft Foundation Class) refers to the Microsoft Foundation Classes, is used for Windows development C++ GUI applications. MFC is a very good tool, enables the object-oriented software packaging technology function can be transformed into a code reuse and simplify the complexity of the process and procedures for more effective software development environment .. for the use of Windows API for application development personnel, MFC programmer so greatly enhanced the efficiency of program development. GDU you do not have to create objects, do not have to prepare many of these lines of code to initialize the object, and carefully tracking the life cycle of its operation, you only the establishment of a MFC class instance, use its default value, and then withdraw to allow the procedure to remove the system resources can be
Platform: | Size: 364544 | Author: jiangyang | Hits:

[VC/MFCMFC-Fundation

Description: MFC基础类库详解 该MFC参考含盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容。 参考中“类层次结构图”是为了方便查找某个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。 -MFC explain the basis of the MFC class library reference covered the Microsoft Foundation Class in the class, global function, global variables and macro elements. Reference to the class hierarchy map is a category in order to facilitate the search of the base class. The MFC does not normally described in reference to the adoption of a succession of function or operator. To seek information on these functions, please refer to class hierarchy diagram of the base class of such information. Description of each category of documents include: a general category, the types of class members, as well as the member functions, operator overloading or data members of the basic purposes.
Platform: | Size: 1444864 | Author: yangyu | Hits:

[VC/MFCMFC

Description: MFC (Microsoft Foundation Class Library)中的各种类结合起来构成了一个应用程序框架,它的目的就是让程序员在此基础上来建立Windows下的应用程序,这是一种相对SDK来说更为简单的方法。因为总体上,MFC框架定义了应用程序的轮廓,并提供了用户接口的标准实现方法,程序员所要做的就是通过预定义的接口把具体应用程序特有的东西填入这个轮廓。Microsoft Visual C++提供了相应的工具来完成这个工作:AppWizard可以用来生成初步的框架文件(代码和资源等);资源编辑器用于帮助直观地设计用户接口;ClassWizard用来协助添加代码到框架文件;最后,编译,则通过类库实现了应用程序特定的逻辑。
Platform: | Size: 508928 | Author: menshaojie | Hits:

[WEB CodeGraphPerformer

Description: Microsoft Foundation Class Library for Windows CE: Performer
Platform: | Size: 55296 | Author: 王恩 | Hits:

[GUI DevelopBCGControlBar

Description: BCGControlBar ("Business Components Gallery ControlBar") 是一个C++扩展库,可以用来创建类似Office 2000/XP和Visual Studio.NET的应用程序,可以实现完全定制功能(定制工具栏,菜单,键盘等等)。BCGControlBar库包含了超过100个C++扩展库文件,能够帮助用户将这些功能轻松地融合到程序中,节省宝贵的开发和测试时间。 MFC扩展库。允许你合并高级编辑控制到任意一个基于MFC(Microsoft Foundation Class, MS-Visual C++的类库)的应用程序。提供语法高亮、色块、压缩节点、智判技术(IntelliSense)、记号、符号支持、超链接支持等多种高级编辑功能。-BCGControlBar ( " Business Components Gallery ControlBar" ) is a C++ extensions can be used to create a similar Visual Studio.NET and Office 2000/XP applications, can be completely customized functions (customized toolbars, menus, keyboard, etc. ). BCGControlBar library contains more than 100 C++ extension of library files, can help users to easily integrate these functions to the process, saving valuable time for development and testing. MFC extension. Senior Editor allows you to control the merger to any one based on MFC (Microsoft Foundation Class, MS-Visual C++ the class library) applications. Provide syntax highlighting, color, compression node, chi-contracting technology (IntelliSense), mark, symbol support, hyperlink support a wide range of advanced editing features.
Platform: | Size: 27779072 | Author: 黄虎 | Hits:

[VC/MFCCObject

Description: Microsoft Foundation Class Library Version 6.0 的 详 细 树 型 架 构, 非 常 具 体 详 细 , MFC编 程 必 备 -Microsoft Foundation Class Library Version 6.0
Platform: | Size: 102400 | Author: wwtmw | Hits:

[VC/MFCMFC

Description: MFC (Microsoft Foundation Class Library)中的各种类结合起来构成了一个应用程序框架,它的目的就是让程序员在此基础上来建立Windows下的应用程序,这是一种相对SDK来说更为简单的方法。-MFC (Microsoft Foundation Class Library) in the various classes together constitute an application framework, its purpose is to allow programmers to build up the basis of an application under Windows, this is a relatively SDK is much more simple method.
Platform: | Size: 1339392 | Author: lzh | Hits:

[VC/MFCMFC

Description: MFC: Microsoft Foundation Class(微软基础类库)利用API函数进行程序设计时,大量的代码需要用户自己编写,编程工作量大,本章起利用MFC与向导(AppWizard)编制作图程序。首先使用AppWizard来生成应用程序的基本框架;然后用ClassWizard来建立应用程序的类、消息处理、数据处理函数或定义控件的属性、事件与方法,最后将各应用程序的功能添加到类中。希望本课件,对大家学习MFC,有所帮助! -MFC: Microsoft Foundation Class (Microsoft Foundation Class) using API function program design, a lot of code to require the user to write your own, programming workload, this chapter from the use of MFC and the Wizard (AppWizard) the preparation of mapping programs. The first to use AppWizard to generate the basic framework of the application and then use ClassWizard to create the application' s class, message processing, data processing function or the definition of the control of the properties, events and methods, and finally the application' s functionality added to the class. Hope that this courseware to all of us to learn MFC, help!
Platform: | Size: 4014080 | Author: lium | Hits:

[VC/MFCMFC_Library_Reference(Chinese)

Description: mfc中文手册 mfc中文类库 该MFC参考含盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容。 本书目录 · 层次结构图 直观的描述MFC中各类的关系。 · MFC类 详细解说MFC库中的每个类和头文件信息。 · MFC宏和全局 详细解说MFC库中的每个宏、全局函数、全局变量。 · 结构、风格、回调函数和消息映射 详细解说MFC库中的各个结构、风格、回调函数和消息映射。 -The MFC Reference covers the classes, global functions, global variables, and macros that make up the Microsoft Foundation Class Library in Chinese.
Platform: | Size: 1444864 | Author: Hellomytools | Hits:

[GUI DevelopMFC-class-Lab

Description: 该MFC参考含盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容。 -The MFC Reference covers the Microsoft Foundation Class Library classes, global functions, global variables and macros content.
Platform: | Size: 1444864 | Author: Hofield | Hits:

[OtherVMR9Teset

Description: 应用程序向导已为您创建了这个 VMR9Teset 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点(The Application Wizard has created this VMR9Teset application for you. This application not only demonstrates the basic use of the Microsoft Foundation class, but also as a starting point for writing your application)
Platform: | Size: 60416 | Author: jdmfiheui | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net