| C++ Boost Libraries Articles | |
|
| The Boost.Threads Library | | http://www.ddj.com/dept/cpp/184401518 | | Article: "The Boost.Threads Library," by Bill Kempf. Discusses thread creation, mutextes (mutual exclusions), condition variables, thread local storage, once routines, the future of Boost.Threads, the thread class, the mutex class, using the Boost.Bind Library, using the Boost condition class, the boost::thread_specific_ptr class, and a simple use of the boost::call_once. | | |
| |
| |
|
| C++: Beyond the Standard Library | | http://www.oreillynet.com/pub/a/network/2003/05/06/cplusplusian.html?page=2 | | Article: "C++: Beyond the Standard Library," by Ray Lischner. Discusses several open source C++ libraries and their features. The Boost Library has several of its features being added to the C++ Standard Library, including: type traits, regular expressions, smart pointers, enhanced binders and adapters. Boost features discussed include tuples, smart pointers, Lambda expressions, and the spirit parser generator. The other libraries included in the article include Numerics—for high-performance numeric computing, ACE (ADAPTIVE Communications Environment)—a framework for networks, communications and concurrency, and Loki—which stresses using templates for policy-based programming and metaprogramming. | | |
| |
| |
| |
|
| Smart Pointers in Boost | | http://www.ddj.com/dept/cpp/184401507 | | Article: “Smart Pointers in Boost,” by Bjorn Karlsson. This article provides an introduction to the Boost C++ Libraries by way of exploring the smart pointer library. Provides code examples creating and using smart pointers and a sidebar discussion with three of the original members of Boost who answer questions about the Boost C++ Libraries including why they think Boost is important and what will happen to the Boost libraries when the new C++ standard comes out. | | |
|
|
| |
 |
|