cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Multithread C++
Multithread C++
Sep 7, 2013 at 5:46pm UTC
arthur197
(1)
which libraries can be used for multithreaded programming in C + +?
Sep 7, 2013 at 7:25pm UTC
Smac89
(1727)
http://en.wikipedia.org/wiki/List_of_C%2B%2B_multi-threading_libraries
Sep 7, 2013 at 8:02pm UTC
JLBorges
(13770)
The standard C++ library would be the first choice.
http://en.cppreference.com/w/cpp/thread
If that is unavailable, boost threads is a drop-in replacement.
http://www.boost.org/doc/libs/1_54_0/doc/html/thread.html
Topic archived. No new replies allowed.