欢迎来到天天文库
浏览记录
ID:9398079
大小:12.00 KB
页数:10页
时间:2018-04-30
《c课程设计《学生信息管理系统》代码》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、#include#include#include#includeusingnamespacestd;#defineM200//可以存信息总量intN=0;//学生总量classstudent{public:student();voidset();//初始化信息,第一次对信息的录入voidadd();//添加学生信息voiddel();//删除某学生信息voidchange();//修改某学生信息voidsearch();//查询某学生信息voiddisplay();//显示全部学
2、生信息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::out);//----打开文件----if(!
3、outfile){cerr<<"openerror"<>setname;name=setname;if(setname=="0")break;if(setname!="0"){N++;num++;outfile<>set
4、sex;sex=setsex;outfile<>setage;age=setage;outfile<>setbirthday;birthday=setbirthday;outfile<>setaddress;address=setaddress;outfile<5、话:"<>settel;tel=settel;outfile<>setEmail;Email=setEmail;outfile<6、将信息追加到以前文件的末尾----ofstreamoutfile("f1.txt",ios::app);if(!outfile){cerr<<"openerror"<>addname;outfile<>addsex;outfil7、e<>addage;outfile<>addbirthday;outfile<>addaddress;outfile<>addtel;outfile<>ad8、dEmail;outfile<
5、话:"<>settel;tel=settel;outfile<>setEmail;Email=setEmail;outfile<6、将信息追加到以前文件的末尾----ofstreamoutfile("f1.txt",ios::app);if(!outfile){cerr<<"openerror"<>addname;outfile<>addsex;outfil7、e<>addage;outfile<>addbirthday;outfile<>addaddress;outfile<>addtel;outfile<>ad8、dEmail;outfile<
6、将信息追加到以前文件的末尾----ofstreamoutfile("f1.txt",ios::app);if(!outfile){cerr<<"openerror"<>addname;outfile<>addsex;outfil
7、e<>addage;outfile<>addbirthday;outfile<>addaddress;outfile<>addtel;outfile<>ad
8、dEmail;outfile<
此文档下载收益归作者所有