- 18
- 0
- 约2.19万字
- 约 32页
- 2021-12-05 发布于江苏
- 举报
首先声明此选课系统为 win32 consoleapplication上运行, 如果在其他环境下运行的话只要改一下各自的头文件就 OK 了
一、课程类
课程类的声明
#includeiostream #includestring #includestdlib.h #include conio.h using namespace std; #define C 100
struct courses{
char cName[20];课//程名字int cNumber;课//程编号int SlecMax;选//课人数上限int cCount;已//选课人数 char Teacher[10]上;/课/
原创力文档

文档评论(0)