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
- Host: GitHub
- URL: https://github.com/eel-moun/cpp-bootcamp
- Owner: eel-moun
- Created: 2023-08-24T14:44:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T16:59:26.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:16:27.460Z (over 1 year ago)
- Topics: 1337cursus, 42school, abstract, algorithms, containers, cpp, encapsulation, exception-handling, inheritance, oop, templates
- Language: C++
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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