摘要:
#include <stdio.h>#include <winsock2.h>#include <time.h>#pragma comment(lib,"ws2_32.lib")char *plays[4]={ " | ", " / ", " - ", " \\ ",};char *host;int threadnum;int startport,endport,nowport;CRITICAL_SECTION for_w;struct timeval tim 阅读全文
posted @ 2012-03-18 19:23 ccmfc 阅读(259) 评论(0) 推荐(0) 编辑