C語言學生管理系統

本身用C語言寫的學生管理系統,數據存入文件。 #include <stdio.h> #include <stdlib.h> #include "common.h" /* 函數:Show 功能:顯示菜單 注意:使用後記得清屏 */ void Show() { system("cls"); //清屏 printf("\t學生信息管理系統\r\n"); printf(
相關文章
相關標籤/搜索