搜索资源列表
MS VC++ 6.0 MFC类库参考手册二
- MS VC++ 6.0 MFC类库参考手册二-MFC 6.0 Reference Manual 2
深入了解MFC文档视结构
- 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本文不再赘叙。笔者拟从MFC中的文档/视结构入手,分析一些函数
VC6.0 mfc
- VC类库参考手册-VC library reference manual
深入编程内幕——Visual C++
- 想更深地理解VC++编程,这本书将是你最好的选择,本书较详细地介绍了MFC类库的程序结构。 -to a deeper understanding of VC program, this book will be your best choice, the book more detailed descr iption of the procedures MFC structure.
NumberAlgorithm
- 科学工程与数值算法(VC版)包括6个类,相应的D-scientific engineering and numerical algorithm (VC version) includes six categories, the corresponding D
串口直接控制
- VC串口类,用于开发串口通信用。-VC serial category for the development of Serial Communication.
VC
- 什么是继承:继承是允许重用现有类去创建新类的过程。分类的原则是一个类派生出来的子类具有这个类的所有非私有的属性。
VC++.NETClassLibraryGallery
- VC++.NET类库应用实例
VC6.0_leikucankao
- vc的类库参考手册,中文,是VC编程必备工具。-vc the library reference manual, Chinese, it is essential VC programming tools.
MS VC++ 6.0 MFC类库参考手册1
- MS VC++ 6.0 MFC类库参考手册1,仓库中有MS VC++ 6.0 MFC类库参考手册2,没有找到1,就把2传上来了,不知道是不是配套。但可以看看。-MFC a reference manual, a warehouse MS VC 6.0 reference manual MFC 2 and did not find one, put onto two-and not know it is not matching. But can look at.
vc++6.0
- C++是微软公司开发的一个IDE(集成开发环境),换句话说,就是使用c++的一个开发平台. vc++是Windows平台上的C++编程环境,学习VC要了解很多Windows平台的特性并且还要掌握MFC、ATL、COM等的知识,难度比较大。Windows下编程需要了解Windows的消息机制以及回调(callback)函数的原理;MFC是Win32API的包装类,需要理解文档视图类的结构,窗口类的结构,消息流向等等;COM是代码共享的二进制标准,需要掌握其基本原理等等。