========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Exam13_16
========================================================================
AppWizard has created this Exam13_16 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 Exam13_16 application.
Exam13_16.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.
Exam13_16.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CExam13_16App application class.
Exam13_16.cpp
This is the main application source file that contains the application
class CExam13_16App.
Exam13_16.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++.
Exam13_16.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\Exam13_16.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file Exam13_16.rc.
res\Exam13_16.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
CMDIFrameWnd and controls all MDI frame features.
/////////////////////////////////////////////////////////////////////////////
For the child frame window:
ChildFrm.h, ChildFrm.cpp
These files define and implement the CChildFrame class, which
supports the child windows in an MDI application.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one document type and one view:
Exam13_16Doc.h, Exam13_16Doc.cpp - the document
These files contain your CExam13_16Doc class. Edit these files to
add your special document data and to implement file saving and loading
(via CExam13_16Doc::Serialize).
Exam13_16View.h, Exam13_16View.cpp - the view of the document
These files contain your CExam13_16View class.
CExam13_16View objects are used to view CExam13_16Doc objects.
res\Exam13_16Doc.ico
This is an icon file, which is used as the icon for MDI child windows
for the CExam13_16Doc class. This icon is included by the main
resource file Exam13_16.rc.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named Exam13_16.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:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
visual c++6.0mfc类库参考手册第11章-第13章.rar考手册第9章-第10章.rar
需积分: 0 95 浏览量
更新于2007-06-12
收藏 8.93MB RAR 举报
《Visual C++ 6.0 MFC类库参考手册》是学习Microsoft Foundation Classes(MFC)的重要参考资料,尤其对于使用Visual C++ 6.0进行Windows应用程序开发的开发者来说,这本书具有很高的价值。MFC是微软提供的一个C++类库,它封装了Windows API,使得开发者能够更方便地构建基于Windows的桌面应用。
本书的第11章至第13章涵盖了MFC的几个关键主题,下面将对这些章节的主要内容进行详细解读:
11章 - 基本控件与对话框:
这一章主要讲解了MFC中用于构建用户界面的基本控件,如按钮、文本框、列表框等,以及如何在程序中创建和使用对话框。控件是Windows应用程序界面的基本元素,而对话框则常用于显示临时信息或收集用户输入。MFC提供了丰富的控件类,如CButton、CEdit、CListBox等,开发者可以通过继承这些类并重写特定方法来定制自己的控件行为。
12章 - 文档/视图架构:
文档/视图架构是MFC的核心特性之一,它为开发者提供了一种组织应用程序数据和显示的方式。在这一章,会详细介绍如何创建文档类(CDocument)、视图类(CView)和框架窗口类(CFrameWnd),以及它们之间的交互。此外,还会讲解多文档界面(MDI)的应用,允许在一个应用程序中同时处理多个文档。
13章 - 文件操作与数据库支持:
这一章涉及到MFC如何处理文件输入输出,包括读写文本文件、二进制文件,以及如何使用流式I/O操作。同时,MFC还提供了对ODBC(Open Database Connectivity)的支持,使开发者可以轻松访问各种数据库系统,如SQL Server、Oracle等。这部分内容会介绍CFile类、CDatabase类、CRecordset类等,以及如何执行SQL查询和处理结果集。
通过深入学习《Visual C++ 6.0 MFC类库参考手册》的这些章节,开发者可以掌握MFC的基本用法,包括创建用户界面、管理应用程序数据和实现与用户的交互。同时,了解MFC的文档/视图架构有助于理解Windows应用程序的组织结构,提高代码的可维护性和可扩展性。对于数据库编程,MFC的数据库支持使得开发数据库驱动的应用程序变得更加便捷。
掌握MFC是Windows桌面应用程序开发中的一个重要技能,尤其对于那些需要利用C++高效编程的项目。通过深入阅读并实践书中的例子,开发者可以逐步提升自己在Windows环境下的开发能力。
jxnczyp
- 粉丝: 14
- 资源: 30
最新资源
- 基于Spring、MyBatis、MySQL的云南旅游资源分享网站后端接口设计源码
- Matlab根据Flac6.0模型文件生成对应个数的弹性模量与泊松比的随机数据 本案例假设2参数均服从威布尔分布,根据给定均值标准差生成随机数(若符合其他分布,可自行修改),然后Flac6.0读取生成
- 永磁同步电机的全速度范围无传感器矢量控制:脉振高频注入(方波注入)切到改进SMO 低速段采用HFI脉振高频注入启动,中高速段采用基于转子磁链模型的SMO,切方法为加权系数 改进的SMO不使用低通滤
- 基于plc的金属压铸机系统设计报告 报告+仿真
- GASA-BP基于遗传模拟 火优化BP神经网络的回归预测 案例包括GA与SA优化BP代码,并给出对比计算结果 matlab代码,备注详细,方便初学者学习
- COMSOL 二维激光烧蚀
- PNN概率神经网络分类预测 先根据训练数据选择合适的平滑因子,再对测试集进行预测 matlab代码,备注详细,根据自己需要修改案例数据即可
- svm支持向量机分类预测 案例提供数据先进行随机打乱再划分训练测试集,结果更有说服力(若不需要可自行删除修改),数据包含归一化处理,网格搜索寻优确定最优参数 matlab代码,备注详细,根据自己需要修
- 自动驾驶控制器,车道偏离预警系统,基于Prescan设计场景和交通流,在Simulink中建立了相应的控制模型 进行LDW功能验证 整个模型自己建立,再次强调不是Prescan自带的那种很乱很模糊
- 无人驾驶基于自适应mpc的轨迹跟踪控制仿真跟踪轨迹,simulink版本2018及以上,carsim版本2019,图二为跟踪效果
- LLC闭环仿真PSIM调频ZVS 半桥LLC闭环仿真模型,基于PSIM建模仿真 可以进行LLC暂态、稳态仿真,仿真zvs特性、调频闭环控制等 仿真模型使用PSIM9.1搭建
- Matlab计算任意三点的夹角 给出特定一组坐标(可以直角坐标系或极坐标系) 计算出所有夹角值 matlab代码,备注清楚,更改为自己的数据即可
- FCM聚类,代码对数据先进行归一化然后聚类 可自定义聚类个数,求得每类的具体数据 matlab代码,备注清楚,更改为自己的数据和要求即可
- MATLAB代码:基于双层优化的电动汽车优化调度研究 关键词:双层优化 选址定容 输配协同 时空优化 参考文档:《考虑大规模电动汽车接入电网的双层优化调度策略-胡文平》中文版 A bi-l
- Buck仿真闭环Psim双闭环 Buck闭环仿真模型,基于PSIM建模仿真 可以进行暂态、稳态仿真,电压电流双闭环控制,模拟控制电路 仿真模型使用PSIM9.1搭建
- windows-programming-DCAP509.pdf