摘要: // VPSTest.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <iostream>#include <process.h>#include "WinSock2.h"#include <cstdlib>#include <assert.h>#pragma comment(lib,"ws2_32.lib")using namespace std;DWORD WINAPI AnswerThread(LPVOID lparam) { S 阅读全文
posted @ 2012-09-20 12:23 姜大伟 阅读(1404) 评论(0) 推荐(0) 编辑