摘要: HANDLE hand[2];CCriticalSection m_crisecoin;CEvent m_event;struct Student{ int nNO; int nYear; CWnd *wnd; BOOL bExit;};Student stdent;//创建线程void CMyDlg::OnBnClickedButtonBegin(){ stdent.nNO = 1; stdent.nYear = 10000; stdent.wnd = this; stdent.bExit = FALSE; pThread[0] ... 阅读全文
posted @ 2014-01-10 18:11 友琼 阅读(1245) 评论(0) 推荐(0) 编辑