Literatur

Einführend:

  • Ira Pohl: C++ by Dissection, Addison Wesley
  • Bruce Eckel: Thinking in C++, Volume I
  • Scott Meyers: Effective C++, Addison Wesley

Begleitend:

  • Sehr gutes Online-Referenz zum Nachschlagen: http://www.cplusplus.com
  • Sehr gutes Nachschlagewerk in Buchform: Ray Lischner: C++ in a Nutshell, O'Reilley

Vertiefend:

  • Bruce Eckel: Thinking in C++, Volume II
  • Scott Meyers: More Effective C++, Addison Wesley
  • mit Fokus auf Effizienz: Wikibook Optimising C++