| 1 | [[PageOutline]] |
| 2 | |
| 3 | |
| 4 | --------------------------------------------------------------------------------------------------- |
| 5 | |
| 6 | = Books = |
| 7 | |
| 8 | == Beyond the C++ Standard Library: An Introduction to Boost == |
| 9 | * '''Author(s):''' Björn Karlsson |
| 10 | * '''URL:''' [http://www.amazon.com/Beyond-Standard-Library-Introduction-Boost/dp/0321133544 Web] |
| 11 | |
| 12 | |
| 13 | == C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond == |
| 14 | * '''Author(s):''' David Abrahams, Aleksey Gurtovoy |
| 15 | * '''URL:''' [http://www.amazon.com/Template-Metaprogramming-Concepts-Techniques-Beyond/dp/0321227255/ref=pd_bxgy_b_text_b Web] |
| 16 | |
| 17 | |
| 18 | = Articles = |
| 19 | |
| 20 | == Pure C++ Options Classes == |
| 21 | * '''Author(s):''' Alf P. Steinbach |
| 22 | * '''Journal:''' DrDoobs |
| 23 | * '''Date:''' May 05, 2010 |
| 24 | * '''URL:''' [http://www.drdobbs.com/cpp/224700827 Web] |
| 25 | * '''Categories:''' Parameters |
| 26 | |
| 27 | == Enforcing Correct Mutex Usage with Synchronized Values == |
| 28 | * '''Author(s):''' Anthony Williams |
| 29 | * '''Journal:''' DrDoobs |
| 30 | * '''Date:''' May 26, 2010 |
| 31 | * '''URL:''' [http://www.drdobbs.com/cpp/225200269 Web] |
| 32 | * '''Categories:''' Synchronization |
| 33 | |
| 34 | |