Exemplo n.º 1
0
void Processor::Process(int which_thread)
{
	TestFun(which_thread);
}
Exemplo n.º 2
0
int _tmain(int argc, _TCHAR* argv[])
{
    TestFun();
    system("pause");
    return 0;
}