标签:fread
fread读不到文件数据
#ifndef _EMSTRUCT_H_ #define _EMSTRUCT_H_ struct clerk { char num[20]; //工号 char name[20]; //姓名 int iYear; //发放年份 int iMonth; //发放月份 float Post_salary;//岗位工资 float Class……
04-08 立刻查看
#ifndef _EMSTRUCT_H_ #define _EMSTRUCT_H_ struct clerk { char num[20]; //工号 char name[20]; //姓名 int iYear; //发放年份 int iMonth; //发放月份 float Post_salary;//岗位工资 float Class……