摘要: // threading.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include using namespace std;HANDLE hMutex;volatile int a=0;int b=10;DWORD WINAPI Fun(L... 阅读全文
posted @ 2013-05-02 21:26 lxdonge 阅读(137) 评论(0) 推荐(0)