windows tcp server select

#include <stdio.h> #include <tchar.h> #include <winsock2.h> #include <iostream> #pragma comment(lib,"ws2_32.lib") using namespace std; fd_set socketSet; SOCKET sockSrv; //accept thread DWORD WINAPI Th
相關文章
相關標籤/搜索