Difference between revisions of "Effective Analysis Programming Part 1"

From Gridkaschool
(Created page with " test")
 
Line 1: Line 1:
  +
==Literature on C++==
 
  +
''books''
 
  +
* The C++ Programming Language, Bjarne Stroustrup
test
 
  +
* Effective C++, Scott Meyers
  +
* More Effective C++: 35 New Ways to Improve Your Programs and Designs
  +
* Modern C++ Design, Andrei Alexandrescu
  +
* The C++ Standard Library, Nicolai M. Josuttis
  +
* C++ Templates, David Vanevoorde, Nicolai M. Josuttis
  +
* Exceptional C++, Herb Sutter
  +
* More Exceptional C++, Herb Sutter
  +
''links''
  +
* http://www.stroustrup.com/bs_faq2.html
  +
* http://www.cplusplus.com/reference/
  +
* http://www.parashift.com/c++-faq/
  +
* http://herbsutter.com/gotw/

Revision as of 15:31, 8 August 2013

Literature on C++

books

  • The C++ Programming Language, Bjarne Stroustrup
  • Effective C++, Scott Meyers
  • More Effective C++: 35 New Ways to Improve Your Programs and Designs
  • Modern C++ Design, Andrei Alexandrescu
  • The C++ Standard Library, Nicolai M. Josuttis
  • C++ Templates, David Vanevoorde, Nicolai M. Josuttis
  • Exceptional C++, Herb Sutter
  • More Exceptional C++, Herb Sutter

links