I want to learn 'Multi Threads' programming

Sep 14, 2009 at 11:23am
How could I do?

Thanks for your any advice!
Sep 14, 2009 at 12:13pm
Have you read anything on resource contention or any other background?
Sep 15, 2009 at 4:25pm
Sep 15, 2009 at 8:10pm
You may also want to check this out.
http://msdn.microsoft.com/en-us/magazine/cc163744.aspx
Sep 24, 2009 at 12:10am
There are different types of multi threaded programmings.
1. Windows threads (Only on windows)
2. pthreads (Low level)
3. OpenMP (Supported by VS2008 professional ed, on win as well as unix)
Sep 24, 2009 at 1:16am
After you learn how threading works, you could also try the platform-independent Boost thread library.
Topic archived. No new replies allowed.