简单的TCP客户端(client)

#define WIN32_LEAN_AND_MEAN
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#include<WinSock2.h>
#include<Windows.h>
#include<iostream>
#pragma comment(lib,"ws2_32.lib")

int main(

猜你喜欢

转载自blog.csdn.net/guanxunmeng8928/article/details/109241398