Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pikmin-rgb/piscine_cpp

10 modules to discover CPP
https://github.com/pikmin-rgb/piscine_cpp

cpp-learning cpp98 school-assignment

Last synced: about 2 months ago
JSON representation

10 modules to discover CPP

Awesome Lists containing this project

README

        

# Piscine_CPP
10 modules to discover CPP

## C++ - Module 00
Namespaces, classes, member functions, stdio streams,
initialization lists, static, const, and some other basic
stuff\
This module has been validated with a score of 100/100.

## C++ - Module 01
Memory allocation, pointers to members,
references, switch statement\
This module has been validated with a score of 100/100.

## C++ - Module 02
Ad-hoc polymorphism, operator overloading
and Orthodox Canonical class form\
This module has been validated with a score of 100/100.

## C++ - Module 03
Inheritance\
This module has been validated with a score of 100/100.

## C++ - Module 04
Subtype polymorphism, abstract classes, interfaces\
This module has been validated with a score of 100/100.

## C++ - Module 05
Repetition and Exceptions\
This module has been validated with a score of 100/100.

## C++ - Module 06
C++ casts\
This module has been validated with a score of 100/100.

## C++ - Module 07
C++ templates\
This module has been validated with a score of 100/100.

## C++ - Module 08
Templated containers, iterators, algorithms\
This module has been validated with a score of 100/100.

## C++ - Module 09
STL
This module has been validated with a score of 100/100.