摘要: 网络编程--客户端和服务器端 客户端和服务器端实现连接和通信 服务器端: 通过sock套接字进行连接通信 #include<WinSock2.h> #include<Windows.h> #include<iostream> #include<WS2tcpip.h> #pragma comment( 阅读全文
posted @ 2024-05-31 15:39 fisherman-ovo 阅读(39) 评论(0) 推荐(0)