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

word文档 可自由复制编辑   #includeiostream.h #includeconio.h #includefstream.h #includeiomanip.h #includestring.h const int Maxr=100 ;//最多的读者数 const int Maxb=100; //最多的图书数 const int Maxbor=5; //每位读者最多借的书 class Book {//图书类,实现对图书的描述,图书的编号,书名,借出,还入等功能 private: int tag; //删除标记 1:已删 0:未删 int no; //图书编号 char

文档评论(0)

1亿VIP精品文档

相关文档