文件名称:C++学生成绩与奖学金评定系统
文件大小:4KB
文件格式:RAR
更新时间:2014-09-12 10:44:31
C++课程设计
struct student { char name[20]; //学生的姓名 long int num; //学生的学号 int classroom,grade; //学生的班级和年级 double english,math,c; //学生的各科成绩 double sum; //学生的总成绩 double average;//学生的平均成绩 int order; //学生的排名 struct student *next; };
【文件预览】:
学生信息(保存).txt
学生成绩与奖学金评定系统.cpp
评定结果.txt
学生信息(读取).txt