那位大哥帮忙写一个读写下面结构体的mfc程序啊?MFC 读取stu[100]; 100个的结构体数组 50
count是记录读取时有多少个结构体数据的,要求读取时候count++structstudents{/*intsnumber;//学生学号charsname[10];//...
count 是记录读取时有多少个结构体数据的,要求读取时候count++
struct students{
/*int snumber;//学生学号
char sname[10];//学生名字
int spassword;//学生登入密码
char sex;//学生性别
int age; //学生年龄
char banji[20];//学生班级
int sc;//已选课程数
int selcour[4];//选课编号*/
CString snumber;//学生学号
CString sname;//学生名字
CString sex;//学生性别
int Year;
CTime birthday;
CString phone;
CString jiguan;
CString banji;//学生班级
int spassword;//学生登入密码
int sc;//已选课程数
int selcour[4];//选课编号
}; 展开
struct students{
/*int snumber;//学生学号
char sname[10];//学生名字
int spassword;//学生登入密码
char sex;//学生性别
int age; //学生年龄
char banji[20];//学生班级
int sc;//已选课程数
int selcour[4];//选课编号*/
CString snumber;//学生学号
CString sname;//学生名字
CString sex;//学生性别
int Year;
CTime birthday;
CString phone;
CString jiguan;
CString banji;//学生班级
int spassword;//学生登入密码
int sc;//已选课程数
int selcour[4];//选课编号
}; 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询