-
编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和...
编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕 这种无心的操作―试图把磁盘中存的老版本对象读入内存里的新版本对象了。 [代码性质] VC完整应用程序代码 [代码作者] 阿豪(kof) [文件大小] 369K-prepared Serializable category, the MFC with you specify the mode of development of a rough version control mode. To write data files, the MFC model with markings such examples; In reading back the data, MFC will file the record of the model and application procedures with the use of such objects, the model used for comparison, if the two patterns do not match, and then send a CArchiveException MFC, equivalent to m_cause CArchiveException : : badSchema. Not to be addressed such abnormal prompted MFC will show a dialog box, suggesting that "unintended file format." If every amendment targets of serial storage format can achieve the increase mode, so it
- 2022-08-17 22:59:40下载
- 积分:1
-
procedures for the beginner vc providing learning materials
本程序为初学vc ++提供的学习资料-procedures for the beginner vc providing learning materials
- 2023-01-17 09:10:04下载
- 积分:1
-
示例网络摄像头
Visual Basic应用程序,其中显示了网络摄像头的输出,并具有快照。 可用于不同的网络摄像头和易于理解。Visual Basic Application wherein shows output of web cam and have snapshots.Can be used to different webcams and easy to understand.
- 2023-01-24 10:55:04下载
- 积分:1
-
Case Study Reversi, Reversi based on artificial intelligence programming.
黑白棋实例研究,基于人工智能的黑白棋程序设计。-Case Study Reversi, Reversi based on artificial intelligence programming.
- 2023-05-24 11:25:03下载
- 积分:1
-
精确到毫秒的时钟,以及秒表,带有提醒功能
精确到毫秒的时钟,以及秒表,带有提醒功能- Precisely to a millisecond clock, as well as the stopwatch, has
the reminder function
- 2022-02-06 13:43:40下载
- 积分:1
-
vb字符串函数详解,感觉还不错的。
vb字符串函数详解,感觉还不错的。-Detailed vb string functions, I feel pretty good.
- 2022-03-22 05:33:08下载
- 积分:1
-
Get RGB value of the screen point.
能够很准确的获取屏幕上的各种颜色值,很直观,很方便的 。-Get RGB value of the screen point.
- 2022-03-09 12:05:41下载
- 积分:1
-
增加文件并发送邮件,
增加文件并发送邮件,-additional documents, and send mail,
- 2022-04-23 14:43:07下载
- 积分:1
-
windows interface programming interface imitation Kingsoft
windows界面编程,仿金山词霸的界面-windows interface programming interface imitation Kingsoft
- 2022-04-28 04:25:07下载
- 积分:1
-
WP时钟源码
windows phone的小程序,一个时钟的源代码,使用WP7开发,直接导入即可用。可以显示当前计算机时钟的时间,稍加修改可以写出显示不同时区的世界时程序。
- 2023-04-07 17:25:03下载
- 积分:1