登录
首页 » 界面开发 » 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现...

使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现...

于 2022-03-02 发布 文件大小:89.02 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删除文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents for the operation. MFC framework of the procedures and documents open new function within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the kind of support Serial, Serial CObArray realization insider. Delete data files often made mistakes. MFC framework of the procedures and documentation such as the type of relationship, and how to access each other indicators cited.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个像优化大师的页签
    一个像优化大师的页签-Optimization of a master like tab
    2022-05-26 16:32:22下载
    积分:1
  • VC实现神奇的云彩效果,包含有VB和VC两个版本的源代码m
    VC实现神奇的云彩效果,包含有VB和VC两个版本的源代码m-VC to achieve amazing effects of clouds
    2022-03-07 08:54:30下载
    积分:1
  • vb与twincat通讯例子
    vb与twincat通讯例子,VB.Net和TwinCAT PLC的通讯6五、选择TwinCAT.Ads dll在TwinCAT安装路径.TwinCATADS Api.NETV1.1.4322
    2022-06-30 12:53:30下载
    积分:1
  • arcgis js php
    arcgis获取地图的开源代码,用于利用JS从服务器获取图层信息 通过php页面做一个简单的js展示代码,用来从服务器获取图层并通过DIV展示
    2022-02-05 18:34:55下载
    积分:1
  • 如何使用tabstrip的完整例子,有完整的说明
    如何使用tabstrip的完整例子,有完整的说明-How to use the TabStrip complete example, has a complete description of
    2023-02-09 15:00:03下载
    积分:1
  • 学生成绩管理系统,能登陆学生的各科成绩,根据需要选择班级,年级来查询成绩。可以实现增加记录、删除记录、修改记录、查询记录和显示记录等功能。...
    学生成绩管理系统,能登陆学生的各科成绩,根据需要选择班级,年级来查询成绩。可以实现增加记录、删除记录、修改记录、查询记录和显示记录等功能。-Student achievement management system that subjects the students can log results, according to need to select the class, grade to query results. Can achieve additional records, delete records, modify records, check records and display records and other functions.
    2022-05-12 17:41:24下载
    积分:1
  • 该源码用vc用ontimer实现了一个计时的实例,希望对朋友们有帮助...
    该源码用vc用ontimer实现了一个计时的实例,希望对朋友们有帮助-The source code is available ontimer achieved with the vc a time instance, want to help my friends
    2023-01-18 14:15:04下载
    积分:1
  • 使用Flash的ActionScript语言lite2.0经营小游戏!诺基亚7610复制…
    使用ActionScript语言 flash lite2.0运行的 一个小游戏!仿照诺基亚7610的宠物鱼游戏的一部分做成的-ActionScript language to use flash lite2.0 to run a small game! Nokia 7610 replica of the pet fish as part of the game made
    2022-03-12 18:14:35下载
    积分:1
  • hexadecimal editor VC source revealed a total of three projects : Address, and h...
    十六进制编辑器VC源码 共有三个显示项目:地址、十六进制代码和ascii码,还可以调节显示列数-hexadecimal editor VC source revealed a total of three projects : Address, and hexadecimal code ascii codes, but also can adjust a few shows out
    2022-03-23 13:53:16下载
    积分:1
  • AppFace supports three skin loading from the disk loading, loading resources fro...
    AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll"
    2022-03-05 03:56:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载