| “Trip Report: Ad-Hoc Meeting on Threads in C++” | | http://www.artima.com/cppsource/threads_meeting.html | | “Trip Report: Ad-Hoc Meeting on Threads in C++.” Eric Niebler from The C++ Source describes a meeting where concurrency experts discuss adding threads to C++0x. Specific areas of discussion included the C++ memory model, thread synchronization, thread launching and joining and exceptions in threads. Also provides links to many articles about multi-threading in C++ and a forum for readers to discuss this article. | | |
|
|
|
|
|
|
|
| Boost C++ Libraries Blog Entries | | http://beans.seartipy.com/category/c_boost/ | | Several blog entries on Boost C++ Libraries. Includes some example code using the Boost Filesystem library, information on Boost’s support of the Library Technical Report (TR1) for the new C++ standard and guides to installing the Boost C++ Libraries on various platforms including SuSE, Ubuntu, Gentoo and Fedora. | | |
|
|
|
|
|
|
|
|
|
| Boost C++ Libraries | | http://www.boost.org | | The Boost C++ libraries are a set of open source, peer-reviewed portable C++ source libraries. The libraries work well with the existing C++ Standard Library. Some have been included in the C++ Standards Committee’s Library Technical Report (TR1) as possible additions to the C++ Standard. Download the libraries, read the Boost documentation and get support. | | |
|
|
|
|
|