Effective Analysis Programming Part 1: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
(Created page with " test")
 
No edit summary
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