2019年6月12日

实验6

摘要: 1.验证性实验:合并txt文件 2.3.txt末尾追加内容。 #include<iostream> #include<string> #include<fstream> using namespace std; int main(){ ofstream ofapp("3.txt",ios::app) 阅读全文

posted @ 2019-06-12 17:23 褚先生 阅读(94) 评论(0) 推荐(0)

导航