2012年5月13日

Server

摘要: // Server.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "winsock2.h"#include "ws2tcpip.h"#include "iphlpapi.h"#pragma comment(lib, "ws2_32.lib")#define DEFAULT_PORT "27015"int _tmain(int argc, _TCHAR* argv[]){ WSADATA wsaData ; int iRes 阅读全文

posted @ 2012-05-13 18:34 doMakeIT 阅读(174) 评论(0) 推荐(0)

导航