首页 > TAG信息列表 > 学生选修
学生选修课程系统(C语言/C++实现)
话不多说,先上代码#include <stdio.h>#include <string.h>#include<malloc.h>#include <stdlib.h> //用于system语句的声明void prin1(); //声明浏览学生所有选修课程函数void choose(); //声明学生选课函数typedef struct subjects //定义结构体叫作SUB,在后学生选修课程系统(C语言/C++实现)
话不多说,先上代码#include <stdio.h>#include <string.h>#include<malloc.h>#include <stdlib.h> //用于system语句的声明void prin1(); //声明浏览学生所有选修课程函数void choose(); //声明学生选课函数typedef struct subjects //定义结构体叫作SUB,在后