摘要: 今天研究了小学期的第一个项目,学生成绩管理系统,对输入输出运算符的重载进行运用,并运用类的知识,附代码: #include <iostream>#include <string>#include <fstream>using namespace std;string file;struct Stud 阅读全文
posted @ 2020-07-09 19:11 sean1246 阅读(43) 评论(0) 推荐(0)