搜索资源列表
1111111111111
- c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <fstream>//输入/输出文件流类 using namespace std const int Maxr=100 //最多的读者 const int Maxb=100 //最多的图书 const int Maxbor=5 //每位读者最多借五本书 //读者类
2343
- (1) 问题描述 学生成绩管理系统要求有以下功能 a成绩的输入b成绩统计c总成绩统计d学生数据添加,修改与删除e学生数据的读取与存储 (2) 程序要求 数据要存到文件中 (3) 程序设计说明 本程序定义了student结构,含有学号,姓名,及成绩信息,主菜单通过switch语句实现,存储到文件采用文件流的方式读入文件 -(1) Descr iption of the problem of student achievement management system r