Skip to content

42 CPP Piscine - Learning object oriented programming

Notifications You must be signed in to change notification settings

Saxsori/CPP_Modules

Repository files navigation

CPP_MODULES ⚙️

These Modules have been designed to be a full course of the object-oreinted-programming.

CPP_00: The specifities of the language when compared to C.

CPP_01: The memory allocation, reference, pointers to members and the usage of the switch.

CPP_02: Ad-hoc polymorphism, overloads and orthodox canonical classes.

CPP_03: Inheritance.

CPP_04: Subtype polymorphism, abstract classes and interfaces.

CPP_05: Try/Catch and Exceptions.

CPP_06: The different casts.

CPP_07: Templates.

CPP_08: Templated containers, iterators and algorithms.