摘要: 假定在“data.txt”文档中存放了1 2 3 fstream file; 1 fstream file; 2 file.open("data.txt"); 3 if (!file) cout << "错误!未找到文件!" << endl; 4 5 while(!file.eof()) //!!e 阅读全文
posted @ 2020-05-02 19:32 Gx_y 阅读(1170) 评论(0) 推荐(0) 编辑