© 1999-2048 dssz.net 粤ICP备11031372号
[iOS] 学生成绩管理系统C++
说明: 相当不错的一个成绩管理系统 #include #include #include #include using namespace std; enum {SUBJECT=5};//一共五门 typedef struct { char subject[10];//科目名称 int score;//科目成绩 }markinfo; typedef struct studentnode { markinfo mark[SUBJECT]; int totalmark; char name[10];//学<ljr915> 在 上传 | 大小:991232