In this demo, I will give a short overview over C++, focusing mainly on its extensions compared to C. This demo is intended for students that have yet to program in C++, or have only little experience. However, I do assume at least basic familiarity with C.
Content:
- Dynamic memory allocation
- Reference Types
- Classes and Inheritance
- Function and Operator overloading