登录 注册
当前位置:主页 > 资源下载 > 9 > 学生管理系统代码

学生管理系统代码

  • 更新:2024-11-23 19:44:56
  • 大小:35KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:IT管理 - 信息化管理
  • 格式:TXT

资源介绍

学生管理系统代码 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"<