导航

2015年1月21日

摘要: #include #include #include #include #include #include //int user_num=0; //普通用户数量//int vip_num=0; //VIP用户数量char* buf1; //哪种请求char* buf2; ... 阅读全文

posted @ 2015-01-21 13:25 Super_pan 阅读(111) 评论(0) 推荐(0) 编辑

摘要: answer.c#include #include "vipLogin.h"#include "callinfo.h" #include "stdlib.h"#include void answer_user( GtkWidget *widget,gpointer data ){ c... 阅读全文

posted @ 2015-01-21 05:50 Super_pan 阅读(389) 评论(0) 推荐(0) 编辑

摘要: void save (struct stu *head){ FILE *fp,*fpp; if (((fp=fopen (filenameB,"at"))==NULL)||((fpp=fopen (filename,"a... 阅读全文

posted @ 2015-01-21 03:28 Super_pan 阅读(134) 评论(0) 推荐(0) 编辑