服务端
// cpp.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//32
#define WIN32_LEAN_AND_MEAN
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#include<windows.h>
#include<WinSock2.h>
微信扫一扫
// cpp.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//32
#define WIN32_LEAN_AND_MEAN
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#include<windows.h>
#include<WinSock2.h>
相关推荐