Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 648 Bytes

File metadata and controls

28 lines (19 loc) · 648 Bytes

CPP

CPP_00

Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff.

CPP_01

Memory allocation, pointers to members, references, switch statement and access specifiers.

CPP_02

Polymorphism, operator overloading and orthodox canonical class form and fixed-point numbers.

CPP_03

Inheritance.

CPP_04

Subtype polymorphism, abstract classes, interfaces.

CPP_05

Orthodox canonical class form, Try/Throw/Catch and Exception handlings.

CPP_06

Different types of casts in CPP.

CPP_07

Templates.

CPP_08

Templated containers, iterators and algorithms.