文件名称:vfp学生管理系统代码
文件大小:204KB
文件格式:EXE
更新时间:2016-04-16 12:32:05
vfp
uts("Loading ..."); while(fread(temp, sizeof(struct SStudent), 1, fileLoad)) {stu->link = temp; stu = stu->link; temp = (struct SStudent *) malloc(sizeof(struct SStudent)); } stu->link = NULL; puts("loading is finished!");