Study Plan
Reading List
- Basic, General, Intro:
- Big C++. Cay Horstmann
- Programming Principles & Practice with C++. Stroustrup.
- A Tour of C++. Stroustrup
- C++ Crash Course. Josh Lospinoso
- C++ Primer. Lippmann
- Modern, General, Scientific:
- Discovering Modern C++ 2nd ed. Gottschild.
- Modern C++ Programming Techniques for Scientific Computing - Lecture Notes. Ole Klein
- Modern, Specific:
- Functional Programming in C++. Cukic
- Move Semantics. Josuttis
- C++ Templates. Vandervoorde
- C++ STL. Josuttis
- OOP in C++. Josuttis