摘要: #include <iostream>#include <afxwin.h>using namespace std;static UINT OnThreadFunc(LPVOID p);HANDLE nMetux;HANDLE nThread1;void main(){ cout<<"The host thread is called"<<endl; cout<<"---------------------------------------------------------"<< 阅读全文
posted @ 2012-12-28 17:42 CBDoctor 阅读(257) 评论(0) 推荐(0)