欢迎来到天天文库
浏览记录
ID:51673268
大小:17.50 KB
页数:10页
时间:2020-03-14
《C++课程设计《学生信息管理系统》代码.docx》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、#include#include#include#includeusingnamespacestd;#defineM200//可以存信息总量intN=0;//学生总量classstudent{public:student();voidset();//初始化信息,第一次对信息的录入voidadd();//添加学生信息voiddel();//删除某学生信息voidchange();//修改某学生信息voidsearch();//查询某学生信息voiddispla
2、y();//显示全部学生信息private:staticintnum;stringname,sex,age,birthday,address,tel,Email;};intstudent::num=1000;student::student(){}///初始化文件voidstudent::set(){inti;stringsetname,setsex,setage,setbirthday,setaddress,settel,setEmail;ofstreamoutfile;outfile.open("f1.txt",ios::o
3、ut);//----打开文件----if(!outfile){cerr<<"openerror"<>setname;name=setname;if(setname=="0")break;if(setname!="0"){N++;num++;outfile<4、<"";cout<<"请输入性别:"<>setsex;sex=setsex;outfile<>setage;age=setage;outfile<>setbirthday;birthday=setbirthday;outfile<>setaddress;address=se5、taddress;outfile<>settel;tel=settel;outfile<>setEmail;Email=setEmail;outfile<6、birthday,addaddress,addtel,addEmail;//----以追加的方式录入信息,直接将信息追加到以前文件的末尾----ofstreamoutfile("f1.txt",ios::app);if(!outfile){cerr<<"openerror"<>ad7、dname;outfile<>addsex;outfile<>addage;outfile<>addbirthday;outfile<>addaddress;outfile<8、"请输入电话:"<>addtel;outfile<>addEmail;outfile<
4、<"";cout<<"请输入性别:"<>setsex;sex=setsex;outfile<>setage;age=setage;outfile<>setbirthday;birthday=setbirthday;outfile<>setaddress;address=se
5、taddress;outfile<>settel;tel=settel;outfile<>setEmail;Email=setEmail;outfile<6、birthday,addaddress,addtel,addEmail;//----以追加的方式录入信息,直接将信息追加到以前文件的末尾----ofstreamoutfile("f1.txt",ios::app);if(!outfile){cerr<<"openerror"<>ad7、dname;outfile<>addsex;outfile<>addage;outfile<>addbirthday;outfile<>addaddress;outfile<8、"请输入电话:"<>addtel;outfile<>addEmail;outfile<
6、birthday,addaddress,addtel,addEmail;//----以追加的方式录入信息,直接将信息追加到以前文件的末尾----ofstreamoutfile("f1.txt",ios::app);if(!outfile){cerr<<"openerror"<>ad
7、dname;outfile<>addsex;outfile<>addage;outfile<>addbirthday;outfile<>addaddress;outfile<8、"请输入电话:"<>addtel;outfile<>addEmail;outfile<
8、"请输入电话:"<>addtel;outfile<>addEmail;outfile<
此文档下载收益归作者所有