josephcheel / 42-CPP

Nine projects that explore the fundamentals of C++, with a particular emphasis on object-oriented programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ |  42 Cursus Complete

CPP Modules Subject Concepts Grade
Module 00 Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic 92
Module 01 Memory allocation, pointers to members, references, switch statement 100
Module 02 Ad-hoc polymorphism, operator overloading and Orthodox Canonical class form 100
Module 03 Inheritance 100
Module 04 Subtype polymorphism, abstract classes, interfaces 85
Module 05 Repetition and Exceptions 100
Module 06 C++ casts 100
Module 07 C++ templates 100
Module 08 Templated containers, iterators, algorithms 100
Module 09 STL 100

About

Nine projects that explore the fundamentals of C++, with a particular emphasis on object-oriented programming


Languages

Language:C++ 73.7%Language:Makefile 26.3%