C++ 作为Client端view plaincopy to clipboardprint? 代码如下:// Client.cpp : Defines the entry point for the console application. // #include “stdafx.h” #include #pragma comment(lib,”ws2_32.lib”) #define MAX_BUF_SIZE 1024 #define PORT_NUMBER 12581 int _tmain(int argc, _TCHAR* a