C++文件读写

在看C++编程思想中,每个练习基本都是使用ofstream,ifstream,fstream,以前粗略知道其用法和含义,在看了几位大牛的博文后,进行整理和总结: 这里主要是讨论fstream的内容: [java]   view plain  copy   print ? #include <fstream>   ofstream         //文件写操作 内存写入存储设备    ifstre
相关文章
相关标签/搜索