#include <windows.h>
//#include <iostream.h>
// >他们两个让我懵懂!知道下面的是C++标准
// 但是,用<iostream.h>,和用<iostream>明显差很多,
// <iostream.h>没有执行新建的线程,而<iostream>却执行 // 了新建的线程
#include <iostream>
using namespace std;
DWORD WINAPI Fun1Proc(
LPVOID lpParameter // thread data
);
void main()
{
HANDLE hThread1;
hThread1=CreateThread(NULL,0,Fun1Proc,NULL,0,NULL);
CloseHandle(hThread1);
cout<<"main thread is running"<<endl;
}
DWORD WINAPI Fun1Proc(LPVOID lpParameter)
{
cout<<"thread1 is running"<<endl;
return 0;
}
为什么运行结果不同啊!怎么炒黄金?详情请加见QQ:1635623507 可免费协助开户:指导,推荐相关资料。 本人为:宝泰金号总代理。??????????????????????????????