An open API service indexing awesome lists of open source software.

https://github.com/eel-moun/cpp-bootcamp

This is a bootcamp made of 10 chapters with a purpose of introducing oop programing and c++ features
https://github.com/eel-moun/cpp-bootcamp

1337cursus 42school abstract algorithms containers cpp encapsulation exception-handling inheritance oop templates

Last synced: about 1 year ago
JSON representation

This is a bootcamp made of 10 chapters with a purpose of introducing oop programing and c++ features

Awesome Lists containing this project

README

          

# C++ - Module 00
Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff.

# C++ - Module 01
Memory allocation, pointers to members, references, switch statement

# C++ - Module 02
Ad-hoc polymorphism, operator overloading and Orthodox Canonical class form.

# C++ - Module 03
Inheritance

# C++ - Module 04
Subtype polymorphism, abstract classes, interfaces

# C++ - Module 05
Repetition and Exceptions

# C++ - Module 06
C++ casts

# C++ - Module 07
C++ templates

# C++ - Module 08
Templated containers, iterators, algorithms

# C++ - Module 09
STL