Changes between Version 1 and Version 2 of References


Ignore:
Timestamp:
Jun 2, 2010, 4:15:42 PM (12 years ago)
Author:
viboes
Comment:

More papers on C++

Legend:

Unmodified
Added
Removed
Modified
  • References

    v1 v2  
    44---------------------------------------------------------------------------------------------------
    55
    6 = Books =
     6= Boost Books =
    77
    88== Beyond the C++ Standard Library: An Introduction to Boost  ==
     
    1616
    1717
    18 = Articles =
     18= Boost Articles =
    1919
    2020== Pure C++ Options Classes ==
     
    2323 * '''Date:''' May 05, 2010
    2424 * '''URL:''' [http://www.drdobbs.com/cpp/224700827 Web]
    25  * '''Categories:''' Parameters
     25 * '''Keywords:''' Parameters
    2626
    2727== Enforcing Correct Mutex Usage with Synchronized Values ==
     
    3030 * '''Date:''' May 26, 2010
    3131 * '''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]
    3347
    3448
     49