C++ multithreading learning

Y

yayalee1983

I want to learn about C++ multithreading.
Hope you can give me some advice,such as books or website resources.
Thanks.
 
S

Sean Hunt

I want to learn about C++ multithreading.
Hope you can give me some advice,such as books or website resources.
Thanks.

C++ doesn't have its own multithreading library. The next revision of
the standard adds such a library.

Otherwise, there are many thread libraries available. Three that come
to mind are pthreads (POSIX standard), Boost.Thread, and wxThread.
Each of these generally support the same technologies (and are similar
to the upcoming C++09 standard). The Boost.Thread documentation
explains a lot of multithreading concepts pretty well. You can view it
at http://boost.org/doc/html/thread.html.
 
Y

yayalee1983

I knew that multithreading concept is in Opersating System.
And my platform is Linux and g++.
How about the book 'Object-Oriented Multithreading Using C++'?
 
C

Chris Thomasson

I want to learn about C++ multithreading.
Hope you can give me some advice,such as books or website resources.
Thanks.

You can ask questions over in comp.programming.threads.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top