C语言写学生信息管理系统(文件版)
摘要:下面是我自己用写的学生信息管理系统,为了增加数据的利用率,分为学生端和教师端,同时实现账号密码登录,以文件的形式将其存入。 代码如下 ```c #include <stdio.h> #include <string.h> #include <string> #include<Windows.h> #
阅读全文
posted @ 2022-04-12 23:02
posted @ 2022-04-12 23:02