http://user.qzone.qq.com/810087456/infocenter

ymecho

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年10月1日

摘要: #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 阅读(162) 评论(0) 推荐(0) 编辑