首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
qq_s15的代码贴
→
全部
[C语言]简陋学生管理系统
# define _CRT_SECURE_NO_WARNINGS
# include <stdio.h>
# include <stdlib.h>
# include <conio.h>
# include <string.h>
# include <windows.h>
struct StuMsg //学生信息
{
char id[4]; //学生学号
char name[10]; //学生名字
......................
阅读全部
| 2016年1月18日 17:41
1
qq_s15
全部(1)
C语言(1)