用C语言写出简单学生基本信息管理程序
用C语言写出简单学生基本信息管理程序
日期:2012-05-08 21:13:03 人气:2
自己编的,具体项目你可以对照着改改
#include"iostream.h"
#include"stdlib.h"
#include"stdio.h"
#include"string.h"
int length;
typedef struct student
{
int num;//学号
char name[20];//姓名
int foxscore;//