2013年6月30日
摘要: 这个是我的一个网上朋友写的,仅供大家参考:在这里留个记录#include#include#define null 0#define max 20#define ok 1struct record{ char date[20]; char operate[20]; int num;};struct list_record{ char account[20]; char code[20]; char name[20]; int rec_len; struct record rec[max];}r[max];//系统原有数据,用户不可知int old_record( struct list_reco 阅读全文
posted @ 2013-06-30 23:35 @ 小浩 阅读(4772) 评论(0) 推荐(1)