C语言程序设计的图书管理系统

日期:2016-09-07 14:51:28 人气:1

C语言程序设计的图书管理系统

#include #include #include #include //输入/输出文件流类 using namespace std; const int Maxr=100;//最多的读者 const int Maxb=100;//最多的图书 const int Maxbor=5;//每位读者最多借五本书 //读者类,实现对读者的信息的描述 class Reader
    A+
热门评论