https://github.com/mvpee/42-cpp
https://github.com/mvpee/42-cpp
19 42 cpp modules
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvpee/42-cpp
- Owner: MVPee
- Created: 2024-02-05T08:47:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T14:21:37.000Z (over 1 year ago)
- Last Synced: 2025-02-01T07:19:44.954Z (over 1 year ago)
- Topics: 19, 42, cpp, modules
- Language: C++
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
📖 42-CPP
About
# 💡 About
>C++ training
This project is about learning basic and some advanced C++ concepts.
---
**Module 00**
-- This Module is designed to help you understand the specifities of the language when compared to C.
**Module 01**
-- Allocation, reference, pointers to members and the usage of the switch
**Module 02**
-- Polymorphism, overloads and orthodox canonical classes
**Module 03**
-- Inheritance
**Module 04**
-- Subtype polymorphism, abstract classes and interfaces
**Module 05**
-- Try/Catch and Exceptions
**Module 06**
-- This Module is designed to help you understand the different casts
**Module 07**
-- Templates
**Module 08**
-- Templated containers, iterators and algorithms
**Module 09**
-- More containers problems, create Bitcoin exchange, RPN algorithm, and JohnsonSort algorithm