圖書管理系統C++代碼

#include<iostream> #include<iomanip> #include<windows.h> #include<conio.h> #include<string> using namespace std; const int Maxbor=10; //每位讀者最多借10本書 class Reader //讀者類 { int tag; int num; char mim
相關文章
相關標籤/搜索