socket 客户端长链接(C++)

#include "stdafx.h" #include <stdio.h> #include <Winsock2.h> #include <iostream> #pragma comment(lib, "ws2_32.lib") using namespace std; int main(int argc, char* argv[]) { const int BUF_SIZE = 64;
相关文章
相关标签/搜索