文件操作及结构体
如何正确使用freopen语句以及结构体;问:
struct student {
string name;
int chinese,math;
int total;
};
student a[110];
以上student a[110];是什么意思?
2019-07-08 12:16
2019-07-08 12:49
[此贴子已经被作者于2019-7-8 18:54编辑过]
2019-07-08 18:53
2019-07-09 08:26
2019-07-09 11:29