图书管理系统C++代码.doc

图书管理系统C++代码.doc

ID:53685115

大小:40.50 KB

页数:16页

时间:2020-04-05

图书管理系统C++代码.doc_第1页
图书管理系统C++代码.doc_第2页
图书管理系统C++代码.doc_第3页
图书管理系统C++代码.doc_第4页
图书管理系统C++代码.doc_第5页
资源描述:

《图书管理系统C++代码.doc》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、#include#include#include#includeusingnamespacestd;constintReader=100;constintMaxb=100;constintBor=5;classStudent{private:inttag;intnumber;charname[10];intborbook[Bor];public:Student(){}char*getname(){returnname;}intgettag(){returnt

2、ag;}intgetnumber(){returnnumber;}voidsetname(char*na){strcpy(name,na);}voiddelbook(){tag=1;}voidaddStudent(intn,char*na){tag=0;number=n;strcpy(name,na);for(inti=0;i

3、i]=bookid;return;}}}intretbook(intbookid)//还书操作{for(inti=0;i

4、";cout<<"]"<

5、dl;}};classRData{private:inttop;//读者记录指针Studentread[Reader];public:RData()//构造函数,将Student.txt读到read[]中{Students;top=-1;fstreamfile("Student.txt",ios::in);//打开一个输入文件while(1){file.read((char*)&s,sizeof(s));if(!file)break;top++;read[top]=s;}file.close();}voidclear(){top

6、=-1;}intaddStudent(intn,char*na)//查找是否存在{Student*p=equal(n);if(p==NULL){top++;read[top].addStudent(n,na);return1;}return0;}Student*equal(intStudentid)//按编号查找{for(inti=0;i<=top;i++)if(read[i].getnumber()==Studentid&&read[i].gettag()==0){return&read[i];}returnNULL;}voi

7、doutput(){for(inti=0;i<=top;i++)read[i].output();}voidStudentdata();//读者库维护~RData()//析构函数,将read[]写到Student.txt文件中{fstreamfile("Student.txt",ios::out);for(inti=0;i<=top;i++)if(read[i].gettag()==0)file.write((char*)&read[i],sizeof(read[i]));file.close();}};voidRData::S

8、tudentdata(){charchoice;charrname[20];intStudentid;Student*r;while(choice!='0'){cout<<"┏━━━━━━━━━━━━━┓";cout<<"┃读者维护┃";cout<<"┃━━━━━━━━━━━━━┃";cout<<"┃1.新增┃";cout<<"┃━━━━━━━━━━━━━┃";cout<<"┃2.更改┃";cout<<"┃━━━━━━━━━━━━━┃";cout<<"┃3.删除┃";cout<<"┃━━━━━━━

9、━━━━━━┃";cout<<"┃4.查找┃";cout<<"┃━━━━━━━━━━━━━┃";cout<<"┃5.显示┃";cout<<"┃━━━━━━━━━━━━━┃";cout<<"┃6.全删┃";cout<<"┃━━━━━━━━━

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

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

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