摘要:
// 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 阅读全文