摘要:
#include <iostream>#include <windows.h>using namespace std;//函数定义DWORD WINAPI FunProc(LPVOID lpParamter);int index=0;void main(){ HANDLE hThread1; hThread1=CreateThread(NULL,0,FunProc,NULL,0,NULL); Cl... 阅读全文
posted @ 2011-04-03 13:20 信徒.1 阅读(169) 评论(0) 推荐(0)
浙公网安备 33010602011771号