Scientific Computing in C++Covers the basics of scientific computing in C++, including object-oriented programming and specific techniques.
Virtual Methods in C++Covers polymorphism in C++ through virtual methods, explaining method resolution and the interaction with constructors.
Input/Output: BasicsCovers the basics of input/output operations in C++, including interacting with the world through keyboard and screen.