医疗电子技术网|技术阅读
登录|注册

您现在的位置是:医疗电子技术网 > 资源下载 > 教育系统应用 > c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include &lt

c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include &lt

  • 资源大小:4 K
  • 上传时间: 2024-05-09
  • 上传用户:chongchonggao
  • 资源积分:2 下载积分
  • 标      签: include lt gt iostream

资 源 简 介

c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <fstream>//输入/输出文件流类 using namespace std const int Maxr=100 //最多的读者 const int Maxb=100 //最多的图书 const int Maxbor=5 //每位读者最多借五本书 //读者类,实现对读者的信息的描述

相 关 资 源