C++課程設(shè)計(jì)《學(xué)生信息管理系統(tǒng)》代碼(共10頁).docx
《C++課程設(shè)計(jì)《學(xué)生信息管理系統(tǒng)》代碼(共10頁).docx》由會員分享,可在線閱讀,更多相關(guān)《C++課程設(shè)計(jì)《學(xué)生信息管理系統(tǒng)》代碼(共10頁).docx(10頁珍藏版)》請?jiān)趨R文網(wǎng)上搜索。
1、精選優(yōu)質(zhì)文檔-傾情為你奉上#include<iostream>#include<fstream>#include<string>#include<iomanip>using namespace std;#define M 200 /可以存信息總量int N=0; /學(xué)生總量class studentpublic:student();void set(); /初始化信息,第一次對信息的錄入void add(); /添加學(xué)生信息void del(); /刪除某學(xué)生信息void change(); /修改某學(xué)生信息 void search(); /查詢
2、某學(xué)生信息void display(); /顯示全部學(xué)生信息private:static int num;string name,sex,age,birthday,address,tel,Email;int student:num=1000;student:student() /初始化文件void student:set()int i;string setname,setsex,setage,setbirthday,setaddress,settel,setEmail;ofstream outfile;outfile.open("f1.txt",ios:out); /-打開
3、文件-if(!outfile)cerr<<" open error"<<endl; exit(1);/-依次錄入相應(yīng)個(gè)數(shù)的學(xué)生信息-for(i=0;i<M;i+)cout<<"當(dāng)姓名輸入為'0'時(shí),停止輸入!"<<endl;cout<<"請輸入姓名:"<<endl;cin>>setname; name=setname;if(setname="0") break;if(setname!="0"
4、)N+;num+; outfile<<num<<" " outfile<<setname<<" " cout<<"請輸入性別:"<<endl; cin>>setsex; sex=setsex; outfile<<setsex<<" " cout<<"請輸入年齡:"<<endl; cin>>setage; age=setage; outfile<&l
5、t;setage<<" "cout<<"請輸入出生日期:"<<endl; cin>>setbirthday; birthday=setbirthday; outfile<<setbirthday<<" " cout<<"請輸入家庭住址:"<<endl; cin>>setaddress; address=setaddress; outfile<<setaddress<<" &q
6、uot;cout<<"請輸入電話:"<<endl; cin>>settel; tel=settel; outfile<<settel<<" "cout<<"請輸入電子郵箱:"<<endl; cin>>setEmail; Email=setEmail; outfile<<setEmail<<" "<<endl;outfile.close(); /-關(guān)閉文件-/添加文件void stude
- 1.請仔細(xì)閱讀文檔,確保文檔完整性,對于不預(yù)覽、不比對內(nèi)容而直接下載帶來的問題本站不予受理。
- 2.下載的文檔,不會出現(xiàn)我們的網(wǎng)址水印。
- 3、該文檔所得收入(下載+內(nèi)容+預(yù)覽)歸上傳者、原創(chuàng)作者;如果您是本文檔原作者,請點(diǎn)此認(rèn)領(lǐng)!既往收益都?xì)w您。
下載文檔到電腦,查找使用更方便
20 積分
下載 | 加入VIP,下載共享資源 |
- 配套講稿:
如PPT文件的首頁顯示word圖標(biāo),表示該P(yáng)PT已包含配套word講稿。雙擊word圖標(biāo)可打開word文檔。
- 特殊限制:
部分文檔作品中含有的國旗、國徽等圖片,僅作為作品整體效果示例展示,禁止商用。設(shè)計(jì)者僅對作品中獨(dú)創(chuàng)性部分享有著作權(quán)。
- 關(guān) 鍵 詞:
- 學(xué)生信息管理系統(tǒng) C+ 課程設(shè)計(jì) 學(xué)生 信息管理 系統(tǒng) 代碼 10
鏈接地址:http://zhizhaikeji.com/p-5143570.html