摘要: 对同学的课程设计加入两个功能——文件的输入和输出。 代码如下: 1 #include <stdio.h> 2 #include <conio.h> 3 #include <string.h> 4 #define NUMSTU 5000 /*最大学生人数*/ 5 #define NUMSCORE 4 阅读全文
posted @ 2016-05-23 15:07 BK-X 阅读(150) 评论(0) 推荐(0) 编辑