C++課程设计图书馆管理系统.docVIP

  • 24
  • 0
  • 约1.39万字
  • 约 15页
  • 2017-01-19 发布于重庆
  • 举报
C課程设计图书馆管理系统

//图书馆管理系统 //计算机科学与技术学院 041202班 沈飞 041240220 #include iostream #include string #include fstream using namespace std; const int Max_book=3000; //可保存图书数量的上限 const int Max_reader=1000; //可保存读者数量的上限 const int Max_bor_book=2; //读者借阅图书本数上限 class Book //图书类 { private: int ID; //登录号 int num; //设置书目编号 int flag; //设置删除标记 int onshelf; //判断图书是否再架 char bname[50]; //设置图书书名 char w_name[10];

文档评论(0)

1亿VIP精品文档

相关文档