2013年7月12日

多线程代码段 自清理线程

摘要: 自清理线程#include "stdafx.h"#include#include // include auto_ptr#include // include _beginthreadex _endthreadex;using namespace std;class CQTZ_Thread_AutoClear{ friend unsigned int __stdcall _THREAD_FUN_(LPVOID lpvData);public: //创建线程接口函数 static bool Thread_Create(void) ... 阅读全文

posted @ 2013-07-12 16:46 钱廷柱 阅读(338) 评论(0) 推荐(0) 编辑

导航