Literature


www:

  1. Wikibook 
  2. References cppreference.comcplusplus.com (incl. quiz)
  3. "Help me !!": stackoverflow.com
  4. C++ Tutorial (in English)
  5. C++ Core Guidelines.

Books:

  1. Bjarne Stroustrup: "Programming - Principles and Practice Using C++"
  2. Bjarne Stroustrup: "A Tour of C++" (§14 !!)

Improve your programming style:

  1. Scott Meyers, "Effektive C++"
  2. Scott Meyers, "More effektiv C++"
  3. Scott Meyers, "Effective Modern C++  (42 specific ways to improve your use of C++11 and C++14)", O'Reilly (2015)

C++ for scientists:

  1. Daoqi Yang, "C++ and object-oriented numeric computing for Scientists and Engineers", Springer (2001),
  2. Capper, "Introducing C++ for Scientists, Engineers and Mathematicans", Springer (2001)
  3. Oram/Talbot, " Managing Projects with make", O'Reilly (1991)

Also:

  1. Craig C. Douglas and Gundolf Haase and Ulrich Langer: "A Tutorial on Elliptic PDE Solvers and their Parallelization", SIAM, 2003 (e-book, B2)
  2. Sterling/Anderson/Brodowicz: "High Performance Computing", Elsevier, 2018 (e-book)


Jan 21, 2019