这是有关C++中设计输入/输出流的源代码,有很好的算法支持,是C++爱好者研究IO流不可或缺的源代码...
资 源 简 介
这是有关C++中设计输入/输出流的源代码,有很好的算法支持,是C++爱好者研究IO流不可或缺的源代码-This is the C++ In the design of input/output flow of source code, the algorithm has very good support of the C++ Enthusiasts research stream IO indispensable source code
文 件 列 表
03_C++IO流技术
Chapter3_1
Chapter3_10_格式设置
Chapter3_11_使用流格式控制对象
Chapter3_2
Chapter3_3_利用重载的操作符写入文件
Chapter3_4_利用重载的操作符读出文件
Chapter3_5_逐字读入文件
Chapter3_6_多字节数据的读写
Chapter3_7_读一行数据
Chapter3_8_随机读取文件数据
Chapter3_9_函数的流格式控制