摘要: #include <stdio.h>#include <winsock2.h>#include <windows.h>#pragma comment(lib,"ws2_32")//全局变量SOCKADDR_IN sin;UINT PORT,ThreadNum,sinlen=sizeof(sin),boollen=sizeof(BOOL),nZero=0,nZeroLen=sizeof(nZero),ErrContentLen=0;CHAR szHost[128]={0},szRoot[260]={0},szTmp[260]={0},IP[ 阅读全文
posted @ 2012-06-21 12:05 little evil 阅读(528) 评论(0) 推荐(0) 编辑