Changes between Version 1 and Version 2 of References
- Timestamp:
- Jun 2, 2010, 4:15:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
References
v1 v2 4 4 --------------------------------------------------------------------------------------------------- 5 5 6 = Boo ks =6 = Boost Books = 7 7 8 8 == Beyond the C++ Standard Library: An Introduction to Boost == … … 16 16 17 17 18 = Articles =18 = Boost Articles = 19 19 20 20 == Pure C++ Options Classes == … … 23 23 * '''Date:''' May 05, 2010 24 24 * '''URL:''' [http://www.drdobbs.com/cpp/224700827 Web] 25 * ''' Categories:''' Parameters25 * '''Keywords:''' Parameters 26 26 27 27 == Enforcing Correct Mutex Usage with Synchronized Values == … … 30 30 * '''Date:''' May 26, 2010 31 31 * '''URL:''' [http://www.drdobbs.com/cpp/225200269 Web] 32 * '''Categories:''' Synchronization 32 * '''Keywords:''' Synchronization 33 34 = C++ Articles = 35 36 == Enforcing Code Feature Requirements in C++ == 37 * '''Author(s):''' Scott Meyers, 38 * '''Journal:''' The C++ Source 39 * '''Date:''' September 23, 2008 40 * '''URL:''' [http://www.artima.com/cppsource/codefeatures.html Web] 41 42 == A Brief Introduction to Rvalue References == 43 * '''Author(s):''' Howard E. Hinnant, Bjarne Stroustrup, and Bronek Kozicki 44 * '''Journal:''' The C++ Source 45 * '''Date:''' March 10, 2008 46 * '''URL:''' [http://www.artima.com/cppsource/rvalue.html Web] 33 47 34 48 49