Hi,
i want to konw how to create and use thread in c++[vc++ 6.0], what all are the header files needed,
can anyone please write a simple code for that......
can anyone please refer to some links where i can get good hold of c++ threads
Printable View
Hi,
i want to konw how to create and use thread in c++[vc++ 6.0], what all are the header files needed,
can anyone please write a simple code for that......
can anyone please refer to some links where i can get good hold of c++ threads
The C++ standard is poor in threading support. But you can use the Windows API CreateThread. See this example: http://msdn.microsoft.com/en-us/libr...=VS.85%29.aspx.