2012年6月12日

c++线程(一)CreateEvent;CreateMutex()

摘要: #include <stdio.h>#include <string> // for STL string class#include <windows.h> // for HANDLE#include <process.h> // for _beginthread()#include <iostream>using namespace std;HANDLE g_event; HANDLE ghMutex; DWORD dwWaitResult01;class ThreadX{private: int loopStart; int l 阅读全文

posted @ 2012-06-12 20:55 龙沙宝石 阅读(2148) 评论(0) 推荐(0) 编辑

导航