摘要:
#include "stdafx.h"#includeusing namespace std;#include #include #include int a=1;int b=1;unsigned int __stdcall thread_fun1(void *param){ return 0;}DWORD WINAPI fun2(LPVOID lpParamter){ a=a--; return NULL;}int main(int argc, char* argv[]){ HANDLE hThread = (HANDLE)_beginthre... 阅读全文
posted @ 2013-10-01 20:22
ymecho
阅读(165)
评论(0)
推荐(0)

浙公网安备 33010602011771号