C语言学生管理系统

本身用C语言写的学生管理系统,数据存入文件。 #include <stdio.h> #include <stdlib.h> #include "common.h" /* 函数:Show 功能:显示菜单 注意:使用后记得清屏 */ void Show() { system("cls"); //清屏 printf("\t学生信息管理系统\r\n"); printf(
相关文章
相关标签/搜索