摘要: 1.向文件写数据 头文件#include <ofstream> ①Create an instance of ofstream(创建ofstream实例) ②Open the file with open() or ofstreamconstructor (用open()或者构造函数打开文件) ③W 阅读全文
posted @ 2016-04-13 14:31 kuotian 阅读(13614) 评论(0) 推荐(1)