学生选修课管理系统C++课程设计.docx

学生选修课管理系统C++课程设计.docx

ID:62220010

大小:35.92 KB

页数:55页

时间:2021-04-21

学生选修课管理系统C++课程设计.docx_第1页
学生选修课管理系统C++课程设计.docx_第2页
学生选修课管理系统C++课程设计.docx_第3页
学生选修课管理系统C++课程设计.docx_第4页
学生选修课管理系统C++课程设计.docx_第5页
资源描述:

《学生选修课管理系统C++课程设计.docx》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、#include#include#include#include#include//usingnamespacestd;constintcount=3;classsituaction;classstudent{public:intsno;charsname[20];charsex[3];intage;chardepart[20];charclassno[20];charlianx[40];//public:friendvoidsse

2、lect();friendvoidsupdate();friendvoidsdelet();friendvoidsaccount();friendvoidsdisplay();friendistream&operator>>(istream&in,student&stu){in>>stu.sno>>stu.sname>>stu.sex>>stu.age>>stu.depart>>stu.classno>>stu.lianx;returnin;}friendostream&operator<<(ostream&out,student&

3、stu){"<>s;ifstreami

4、n("e:\studentfile.txt");if(!in){cout<<"打开学生信息文件失败!"<

5、eamout("e:\studentfile.txt",ios::app);out.write((char*)&s,sizeof(student));out.close();}system("pause");break;}}voidsselect(){while(1){system("cls");cout<<"***********请选择要查询的类别:*************"<

6、名请按2:*************"<>sn;while(sn>5

7、

8、sn<1){cout<<"选择的数据无效,请重新输入:"<>sn;}cout<

9、studentfile.txt");if(!in){cout<<"打开学生信息文件失败!"<>no;studentstu;in.read((char*)&stu,sizeof(student));while(!in.eof()){if(no==stu.sno){cout<

10、);}break;}case2:{charname[20];cout<<"请输入要查询的学生的姓名"<>name;studentstu;in.read((char*)&stu,sizeof(student));wh

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。