Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pikmin-rgb/piscine_cpp
- Owner: pikmin-rgb
- Created: 2022-07-07T16:59:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T18:45:54.000Z (over 1 year ago)
- Last Synced: 2024-11-22T04:42:10.457Z (about 2 months ago)
- Topics: cpp-learning, cpp98, school-assignment
- Language: C++
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.