|
-
September 21st, 2010, 06:45 AM
#1
how to create a simple thread using c++, in vc++ 6.0
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
-
September 21st, 2010, 07:47 AM
#2
Re: how to create a simple thread using c++, in vc++ 6.0
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.
-
September 21st, 2010, 10:06 AM
#3
Re: how to create a simple thread using c++, in vc++ 6.0
 Originally Posted by cilu
okay..that was helpful
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|