1. 首页
  2. 数据库
  3. PostgreSQL
  4. c++图书管理系统完整代码

c++图书管理系统完整代码

上传者: 2020-12-11 14:06:43上传 CPP文件 9.05KB 热度 17次
c++图书管理系统的完整代码 #include #include #include #include //输入/输出文件流类 using namespace std; const int Maxr=100;//最多的读者 const int Maxb=100;//最多的图书 const int Maxbor=5;//每位读者最多借五本书 //读者类,实现对读者的信息的描述
用户评论