学生信息管理系统 c语言编写的
c语言编辑的学生信息管理系统 很全。当时自己做的时候还是费了很大的劲 #include "stdafx.h" void fun1(); void fun2(); void fun3(); void fun4(); void fun5(); void fun6(); struct student { int num; char name[20]; char sex[20]; char major[20]; }stu[60]; #include #include #include #includ
下载地址
用户评论
结构清晰,适合参考学习。
整个代码对我编程的启发很大,借鉴了里面的一些思想。
调试过程中出现了一点小问题,不过整体结构还是对的。