• Stars
    star
    142
  • Rank 258,495 (Top 6 %)
  • Language
    C++
  • Created about 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

42 CPP piscine - fundamentals of C++

Logo

CPP

This project contains 9 modules on the fundamentals of C++.

Module 00 (wiki)

namespace, stdio stream, class & instance, member attributes & functions, non-member attributes & functions, this pointer, initialization list, static, const, accessor/getters, class vs. struct

Module 01 (wiki)

new and delete, references, file streams, lifetime, scope

Module 02 (wiki)

Ad-hoc polymorphism/function overload, operators overload, canonical classes, copy constructor

Module 03 (wiki)

inheritance, access specifier, multiple inheritance, the diamond problem

Module 04 (wiki)

subtype polymorphism, abstract classes, interfaces, virtual keyword

Module 05 (wiki)

repetition and exceptions

Module 06 (wiki)

static_cast, dynamic_cast, reintepretate_cast, const_cast

Module 07 (wiki)

templates (function & class)

Module 08 (wiki)

STL containers and algorithms