摘要: 1 #include 2 #include 3 #include 4 5 using std::cout; 6 using std::endl; 7 using std::fstream; 8 using std::string; 9 10 int main(int argc, char **argv) 11 { 12 //创建文件名列表文件,若存在则清空文件... 阅读全文
posted @ 2016-12-21 16:33 Aristotle_pass_! 阅读(153) 评论(0) 推荐(0) 编辑