cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
I want to learn 'Multi Threads' programm
I want to learn 'Multi Threads' programming
Sep 14, 2009 at 11:23am
Sep 14, 2009 at 11:23am UTC
HawkOfWinter
(34)
How could I do?
Thanks for your any advice!
Sep 14, 2009 at 12:13pm
Sep 14, 2009 at 12:13pm UTC
kbw
(9488)
Have you read anything on resource contention or any other background?
Sep 15, 2009 at 4:25pm
Sep 15, 2009 at 4:25pm UTC
Bazzy
(6281)
Try the 'tutorial' on msdn:
http://msdn.microsoft.com/en-us/library/ms684841%28VS.85%29.aspx
Sep 15, 2009 at 8:10pm
Sep 15, 2009 at 8:10pm UTC
kbw
(9488)
You may also want to check this out.
http://msdn.microsoft.com/en-us/magazine/cc163744.aspx
Sep 24, 2009 at 12:10am
Sep 24, 2009 at 12:10am UTC
hidipak
(8)
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
Sep 24, 2009 at 1:16am UTC
Zhuge
(4664)
After you learn how threading works, you could also try the platform-independent Boost thread library.
Topic archived. No new replies allowed.