Location:
Search - mfc io
Search list
Description: 《使用 <fstream> 类进行文件的 I/O 处理》
传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。
大多数 C++ 程序员都熟悉不止一个文件 I/O 库。首先是传统的 Unix 风格的库,它由一些低级函数如 read() 和 open()组成。其次是 ANSI C 的 <stdio.h> 库,它包含 fopen() 和 fread()等函数。其它的还有一些具备所有权的库或框架,比如 MFC,它有很多自己的文件处理类。
这些库一般都很难跨平台使用。更糟的是,上述提到的 C 库由于其程序接口的原因,在很大程度上强制程序员进行某些处理,而且缺乏类型安全支持。
标准 C++ 提供提供了一个增强的、面向对象的、具有国际化意识的 <fstream> 库。这个库包含一系列派生于标准 ios_base 和 ios 类的类模板。因此, <fstream> 提供了高级的自动控制机制和健壮性。-"use
Platform: |
Size: 919417 |
Author: wwwwppp |
Hits:
Description: 该程序为中国象棋智能人机对弈实现完成程序.该项目系在Visual Studio.net 2003下所建的MFC应用程序项目。使用更低版本的编译器将无法正常使用该源程序。-the procedures for the Chinese intelligent man-machine chess players to achieve completion procedures. The project ties in the Visual Stud io.net 2,003 under construction MFC application projects. Use lower version of the compiler will not be able to use the normal source.
Platform: |
Size: 1756822 |
Author: dzy |
Hits:
Description: 一个mfc编写的游戏大厅客户端,以及简单的扑克牌游戏,和一个基于overlapped io模型的服务器端程序
Platform: |
Size: 289862 |
Author: huangchen |
Hits:
Description: 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Last year, I used C language under complete port model was a WEBSERVER, few days ago, I decided to rewrite the C WEBSERVER to the WEBSERVER i
Platform: |
Size: 44032 |
Author: 王明 |
Hits:
Description: 《使用 <fstream> 类进行文件的 I/O 处理》
传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。
大多数 C++ 程序员都熟悉不止一个文件 I/O 库。首先是传统的 Unix 风格的库,它由一些低级函数如 read() 和 open()组成。其次是 ANSI C 的 <stdio.h> 库,它包含 fopen() 和 fread()等函数。其它的还有一些具备所有权的库或框架,比如 MFC,它有很多自己的文件处理类。
这些库一般都很难跨平台使用。更糟的是,上述提到的 C 库由于其程序接口的原因,在很大程度上强制程序员进行某些处理,而且缺乏类型安全支持。
标准 C++ 提供提供了一个增强的、面向对象的、具有国际化意识的 <fstream> 库。这个库包含一系列派生于标准 ios_base 和 ios 类的类模板。因此, <fstream> 提供了高级的自动控制机制和健壮性。-"use
Platform: |
Size: 919552 |
Author: wwwwppp |
Hits:
Description: 一个mfc编写的游戏大厅客户端,以及简单的扑克牌游戏,和一个基于overlapped io模型的服务器端程序-The preparation of a game hall mfc client, as well as a simple poker game, and a model of overlapped io-based server-side program
Platform: |
Size: 289792 |
Author: huangchen |
Hits:
Description: 学生姓名,性别,年龄,家庭住址,电话,电子邮件,爱好等。
在以上基础上进行该文件的读出并可编辑浏览显示。
掌握:文件IO的基本MFC类CFile的用法;基本的数据结构类;简单的事件触发编程原理等。
-Student name, sex, age, home address, telephone, e-mail, hobbies and so on. Based on the above reading of the document and edit the browser display. Grasp: the basic file IO use MFC Class CFile basic types of data structure simple principle such as event-triggered programming.
Platform: |
Size: 1926144 |
Author: 同 |
Hits:
Description: 一个很好的完成端口的例子,结合了MFC。适合很多人学习难掌握的IOCP-A good example of the completion of the port, combined with the MFC. Suitable for many people to study hard to master the IOCP
Platform: |
Size: 182272 |
Author: banjaming0 |
Hits:
Description: 一个介绍重叠IO的好例子,结合了MFC的框架技术。-Introduced a good example of overlapping IO, combined with the framework for MFC technology.
Platform: |
Size: 289792 |
Author: banjaming0 |
Hits:
Description: 一个在MFC中使用IOStream IO实现高效文件流操作的小例子-a sample of highly efficient document IO access in MFC
Platform: |
Size: 60416 |
Author: 皮佳 |
Hits:
Description: 重叠IO,完成例程网络模型,MFC适用于初学者-Overlapping IO, the completion of routine network model, MFC for beginners
Platform: |
Size: 31744 |
Author: 穆帅 |
Hits:
Description: Visual C++范例大全 400+的实例源码
光盘实例源码
第1章
实例001——实现C++类的多重继承
实例002——使用虚函数实现运行时多态
实例003——操作符重载实现编译多态(复数的加法运算)
实例004——使用函数模板实现不同数据类型的极值函数
实例005——使用C++实现格式化数据的IO
实例006——实现数字金额的中文大写转换
实例007——将十进制数转换为二进制输出
实例008——产生随机数
实例009——实现排序操作
实例010——使用Windows API创建程序窗口
实例011——使用AppWizard创建基于文档视图结构MFC应用程序框架
实例012——使用AppWizard建立对话框应用程序框架
实例013——实现查找、替换字符串
实例014——根据指定字符分割字符串
实例015——格式化字符串
实例016——CString字符串的类型转换
实例017——获取当前的日期、时间并格式化输出
实例018——计算某日为星期几
实例019——计算两个时间点的时间间隔
实例020——使用CStringArray类创建和使用字符串数组
实例021——使用CPtrList类创建和使用链表
第2章
实例022——基本键盘操作——判断按键消
-CD-ROM Help
1. Book code of the operating environment
1 Chapter 17 Visual C++ 6.0
2. Instances of source book accompanying CD-ROM
Chapter 1
Example 001- C++ classes to achieve multiple inheritance
Example 002- run-time implementation using virtual function polymorphism
Example 003- operator overloading to achieve compile polymorphism (the plural of the addition operation)
Example 004- use the function template to achieve the extreme functions of different data types
Example 005- use the C++, formatted data IO
Example 006- the amount of Chinese capital Digital Conversion
Example 007- Converts a decimal number to binary output
Example 008- random number generation
Example 009- to achieve the sort operation
Example 010- create a window using the Windows API
Example 011- use the AppWizard to create the structure based on the document view MFC application framework
Example 012- use the AppWizard dialog box application framework e
Platform: |
Size: 22657024 |
Author: 陈霸天 |
Hits:
Description: 光盘说明
1.本书代码的运行环境
1~17章 Visual C++ 6.0
2.本书所附光盘实例源码
第1章
实例001——实现C++类的多重继承
实例002——使用虚函数实现运行时多态
实例003——操作符重载实现编译多态(复数的加法运算)
实例004——使用函数模板实现不同数据类型的极值函数
实例005——使用C++实现格式化数据的IO
实例006——实现数字金额的中文大写转换
实例007——将十进制数转换为二进制输出
实例008——产生随机数
实例009——实现排序操作
实例010——使用Windows API创建程序窗口
实例011——使用AppWizard创建基于文档视图结构MFC应用程序框架
实例012——使用AppWizard建立对话框应用程序框架
实例013——实现查找、替换字符串
实例014——根据指定字符分割字符串
实例015——格式化字符串
实例016——CString字符串的类型转换
实例017——获取当前的日期、时间并格式化输出
实例018——计算某日为星期几
实例019——计算两个时间点的时间间隔
实例020——使用CStringArray类创建和使用字符串数组
实例021——使用CPtrList类创建和使用链表
第2章
实例022——基本键盘操作——判断按键消息
实例023-Many demo of Visual C++
Platform: |
Size: 52173824 |
Author: 李成龙 |
Hits:
Description: MFC中实现读文件、写文件;IO读写;MFC读写的示例-MFC, read files, write files the IO read and write MFC reading and writing sample
Platform: |
Size: 14741504 |
Author: nayu |
Hits:
Description: MFC,win32控件,进程、线程讲解,IO操作,数据库访问-MFC win32 controls, processes, threads explain IO operations, database access
Platform: |
Size: 22537216 |
Author: 罗韦刚 |
Hits:
Description: MFCC 语音识别 语音识别-MFCC audio record MFC C aud io rec ord
Platform: |
Size: 135168 |
Author: belife |
Hits:
Description: 用MFC实现对图像的读取和存储,并去除RGB中的一个通道,目的让大家掌握基本的操作-To read and store the images by using MFC, and the removal of a channel in RGB, let you master the basic operation
Platform: |
Size: 16384 |
Author: 杨光 |
Hits:
Description: RS232串口通信,用mfc封装。非常好用不需要使用官方的COM组件-RS232 serial communication with mfc package. Very easy to use COM components do not need to use the official
Platform: |
Size: 20029440 |
Author: 雷翔 |
Hits:
Description: Linux ARCnet driver - COM90xx chipset (IO-mapped buffers).
Platform: |
Size: 4096 |
Author: ydgvsh |
Hits:
Description: 一种基于德国倍福IO接口模块的产线控制系统-It s the line control system.
We can control all the equipments of the line by connecting PC to Twincat IO Module.
Platform: |
Size: 11524096 |
Author: MikeWang |
Hits: