diudiu 的 站内主页

救命啊C
HOT

怎么不能读取两条记录啊,现在只能显示一条,目标文件确实有两条记录#include<stdio.h>#include<stdlib.h>#include<string.h>#define status intstruct //记录的结构体{ long num; char name; char sex; float score...
阅读全文

c语言求救
HOT

下面的数据结构的程序老是报错,每个函数都报同一个错:error C2143: syntax error : missing ')' before '&'error C2143: syntax error : missing '{' before '&'#include<stdio.h>#define null 0#define ok   1#defi...
阅读全文