学生管理系统代码

时间:2014-12-29 10:21:47
【文件属性】:

文件名称:学生管理系统代码

文件大小:35KB

文件格式:TXT

更新时间:2014-12-29 10:21:47

学生信息 管理系统 代码

学生管理系统代码 void main() { STUDENT student[N]; int *time,people,n; people=0; time=&people; char skill; cout<<"选择功能:输入i,查看学生l,处理成绩s,查找学生f,修改学生信息x,删除学生d,增加学生信息a,退出e:"; cin>>skill; for(;skill!='e';) { if(people==N&&skill=='a') { cout<<"不能再增加学生信息"<>skill; } ofstream outfile; outfile.open("d:\\学生资料.txt",ios::out); if(!outfile) { cout<<"can not open the file"<


网友评论