diudiu 的 站内主页
怎么不能读取两条记录啊,现在只能显示一条,目标文件确实有两条记录
#include<stdio.h>#include<stdlib.h>#include<string.h>#define status intstruct //记录的结构体{ long num; char name[10]; char sex; float....
Read More >
下面的数据结构的程序老是报错,每个函数都报同一个错:
error C2143: syntax error : missing ')' before '&'
error C2143: syntax error : missing '{' before '&'
#include<stdio.h>#define null 0#define ok ....
Read More >