搜索资源列表
fstreamsrc
- 《使用 <fstream> 类进行文件的 I/O 处理》 传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。 大多数 C++ 程序员都熟悉不止
GameClient
- 一个mfc编写的游戏大厅客户端,以及简单的扑克牌游戏,和一个基于overlapped io模型的服务器端程序
overLoadIO
- 一个介绍重叠IO的好例子,结合了MFC的框架技术。-Introduced a good example of overlapping IO, combined with the framework for MFC technology.
edatest
- 一个在MFC中使用IOStream IO实现高效文件流操作的小例子-a sample of highly efficient document IO access in MFC
Demo-of-Visual-CPP
- 光盘说明 1.本书代码的运行环境 1~17章 Visual C++ 6.0 2.本书所附光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制
FileExample
- MFC中实现读文件、写文件;IO读写;MFC读写的示例-MFC, read files, write files the IO read and write MFC reading and writing sample
LabJackLinux
- A data acquisition program which uses a Windows based server (mfc) and a linux client which has the Labjack U12. The server sends a string of data to the client specifying the time delay between acq s, the number of times to poll and the IO port dire
io
- RS232串口通信,用mfc封装。非常好用不需要使用官方的COM组件-RS232 serial communication with mfc package. Very easy to use COM components do not need to use the official
FormatIO
- 基于MFC工具,本程序教你如何使用C++实现格式化数据的IO接口,非常适合入门学习MFC开发的同学们-Based on MFC tools, this program teaches you how to use C++ format formatted data IO interface, very suitable for beginners to learn MFC development students
