学生成绩管理系统

/* HELLO.C -- Hello, world */ #include "stdio.h" #include "conio.h" #define maxsize 70 typedef struct stu{ char name[maxsize]; int score; long stuno; struct stu *next; }*studife; studife p,q,Head=NULL; void build() { int y,quantity; ...
源代码 | 2011-08-23 12:59 | 阅读 695 次 | 评论 0 条
文章归档
最新评论