摘要: TCP// TCP_Server.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #pragma comment (lib,"ws2_32.lib")using namespace std;void _tmain(int argc, _TCHAR* argv[]){ WSADATA wsData; //WinSock Async 环境数据 WSAStartup(0x0202, &wsD 阅读全文
posted @ 2013-09-17 22:58 解放1949 阅读(310) 评论(0) 推荐(0)