摘要: // Events.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include using namespace std; HANDLE g_Events[2] = {0}; UINT32 _stdcall CallBack(LPVOID lParam); int _tmain(int argc, _... 阅读全文
posted @ 2016-07-22 15:38 卷珠帘 阅读(206) 评论(0) 推荐(0) 编辑
摘要: // select.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #pragma comment(lib,"ws2_32.lib") int _tmain(int argc, _TCHAR* argv[]) { WORD wVersion = MAKEWORD(2,2); W... 阅读全文
posted @ 2016-07-22 09:20 卷珠帘 阅读(136) 评论(0) 推荐(0) 编辑