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;
相關文章
相關標籤/搜索