欢迎来到天天文库
浏览记录
ID:15462497
大小:63.50 KB
页数:28页
时间:2018-08-03
《c 图书馆续(people类及相关人员类)》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、C图书馆续(people类及相关人员类)C++图书馆续(people类及相关人员类).txt有没有人像我一样在听到某些歌的时候会忽然想到自己的往事_______如果我能回到从前,我会选择不认识你。不是我后悔,是我不能面对没有你的结局。//people类#ifndefHEADER_PEOPLE#defineHEADER_PEOPLE#include#include#include#include"Book.h"usingnamespacestd;externBook*books;classPeople{public:
2、stringID;//用户名stringPassword;//登入密码stringName;//真实姓名stringSex;//性别public:People();//无参构造函数voidSearchBook();//按图书号查找voidSearchBook(stringcontent);//重载search函数voidLook_allBook();//查看所有馆藏图书};#endif#include"People.h"#include"Book.h"externBook*books;People::People(){}voidPeople::Look_allBook
3、(){cout<<"以下为所有馆藏图书信息:";cout<4、->bno);cout<bname);cout<author);cout<press);cout<storenum);cout<borrownum)<<"";b=b->next;}while(b!=0);}voidPeople::SearchBook(){stringcontent;stringc5、hoice;Book*b;do{system("cls");cout<<"***图书查找***";intjudge=0;cout<<"输入查找关键字:";cin>>content;b=books;while(b!=0){if(b->bno==content6、7、b->bname==content){cout<8、ut<bno);cout<bname);cout<author);cout<press);cout<storenum);cout<9、ll('')<<(b->borrownum)<<"";judge=1;}b=b->next;}if(judge==0)cout<<"没有相关图书的搜索结果...";cout<<"继续查询?";cout<<"继续请输入Y或y,其他任意键返回上层.";cin>>choice;}while(choice=="y"10、11、choice=="Y");}voidPeople::SearchBook(stringcontent){intjudge=0;Book*b;b=books;do{if(b->bno==content){cout<
4、->bno);cout<bname);cout<author);cout<press);cout<storenum);cout<borrownum)<<"";b=b->next;}while(b!=0);}voidPeople::SearchBook(){stringcontent;stringc
5、hoice;Book*b;do{system("cls");cout<<"***图书查找***";intjudge=0;cout<<"输入查找关键字:";cin>>content;b=books;while(b!=0){if(b->bno==content
6、
7、b->bname==content){cout<8、ut<bno);cout<bname);cout<author);cout<press);cout<storenum);cout<9、ll('')<<(b->borrownum)<<"";judge=1;}b=b->next;}if(judge==0)cout<<"没有相关图书的搜索结果...";cout<<"继续查询?";cout<<"继续请输入Y或y,其他任意键返回上层.";cin>>choice;}while(choice=="y"10、11、choice=="Y");}voidPeople::SearchBook(stringcontent){intjudge=0;Book*b;b=books;do{if(b->bno==content){cout<
8、ut<bno);cout<bname);cout<author);cout<press);cout<storenum);cout<9、ll('')<<(b->borrownum)<<"";judge=1;}b=b->next;}if(judge==0)cout<<"没有相关图书的搜索结果...";cout<<"继续查询?";cout<<"继续请输入Y或y,其他任意键返回上层.";cin>>choice;}while(choice=="y"10、11、choice=="Y");}voidPeople::SearchBook(stringcontent){intjudge=0;Book*b;b=books;do{if(b->bno==content){cout<
9、ll('')<<(b->borrownum)<<"";judge=1;}b=b->next;}if(judge==0)cout<<"没有相关图书的搜索结果...";cout<<"继续查询?";cout<<"继续请输入Y或y,其他任意键返回上层.";cin>>choice;}while(choice=="y"
10、
11、choice=="Y");}voidPeople::SearchBook(stringcontent){intjudge=0;Book*b;b=books;do{if(b->bno==content){cout<
此文档下载收益归作者所有