04 2013 档案

摘要:/* * vlogger 1.0 * * Copyright (C) 2002 rd * * Please check http://www.thehackerschoice.com/ for update * * This program is free software; you can re... 阅读全文
posted @ 2013-04-03 11:21 wangyaning 阅读(155) 评论(0) 推荐(0)
摘要:#include #include #include #define MAX_SIZE 1024int main(){ FILE *fstream = NULL; int error=0; char buff[MAX_SIZE]={0}; if(NULL == (fstrea... 阅读全文
posted @ 2013-04-01 16:20 wangyaning 阅读(820) 评论(0) 推荐(0)