42/Codam C++ crash course
A C++ bootcamp and introduction to Object Oriented Programming
Topics covered include:
- Classes and objects
- References and pointers
- Inheritance
- Abstraction
- Encapsulation
- Interfaces
- Ad-hoc polymorphism
- Subtype polymorphism
- Overloading
- Exception Handling
- Casting
- Function and class templates
- File streams
- Standard Template Library (STL)
Const correctness and East const style
Handout on Copy Constructors and Assignment Operators from Stanford