C语言财务管理系统(源代码).doc
文本预览下载声明
PAGE
PAGE 1
#includestdio.h
#includestdlib.h
#define MAX_NAME 11
#define MAX_DETAIL 21
#define MENU_COUNT 9
#define DATA_FILE fa.dat
typedef wnum_fi_type
{
income=1,
payout=-1
}fi_type;
typedef struct_fi_info
{
int year;
int month;
fi_type type;
char name[MAX_NAME];
float money;
char detail[MAX_
显示全部