首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
c编程新手的代码贴
→
C语言
[C语言]求高手帮忙改下错误,有两个小错我改了好几次改不掉!!
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX_TABLE 50
typedef struct {
char name[15];
int score;
int mingci; }Stud;
typedef struct {
Stud *elem;
int length;
}Student;
......................
阅读全部
| 2012年12月17日 18:15
1
c编程新手
全部(1)
C语言(1)