= C++ = == Literature == === Available in Jülich:=== * Bjarne Stroustrup, The C++ programming language * Erich Gamma, Design Patterns <-- advanced and important * Scott Meyers, Effective C++ * Scott Meyers, More Effective C++ <-- very advanced * Scott Meyers, Effective STL <-- advanced * Pete Becker, C++ Standard Library Extensions <-- details new sutff of C++0x * Andrei Alexandrescu, Modern C++ Design, <-- advanced, esp. first two chapters very important. === Internet:=== * [[http://mindview.net/Books/TICPP/ThinkingInCPP2e.html|Thinking in C++ 2nd (free book)]] * [[http://www.parashift.com/c++-faq-lite/|C++ FAQ-lite]] * [[http://www.cplusplus.com/reference/| Excellent Online C++/STL Reference documentation]] * [[http://www.doc.ic.ac.uk/lab/cplus/c++.rules/| Ellemtel C++ Coding guidelines]] * [[http://www.boost.org/|C++ boost libraries]] <-- advanced * [[http://math.nist.gov/%7ERPozo/c++class/| NIST Course: C++ Programming for Scientists]] * [[http://www.amath.washington.edu/~lf/software/CompCPP_F90SciOOP.html|Comparison of C++ and Fortran 90 for Object-Oriented Scientific Programming]]