https://github.com/hunam6/cpp-modules
A series of 35 C++ exercises, from the simplest to the most complex and challenging ones.
https://github.com/hunam6/cpp-modules
42 42projects cpp hive hivehelsinki
Last synced: over 1 year ago
JSON representation
A series of 35 C++ exercises, from the simplest to the most complex and challenging ones.
- Host: GitHub
- URL: https://github.com/hunam6/cpp-modules
- Owner: Hunam6
- License: mit
- Created: 2023-05-30T12:48:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T23:19:14.000Z (over 2 years ago)
- Last Synced: 2025-03-15T13:12:41.118Z (over 1 year ago)
- Topics: 42, 42projects, cpp, hive, hivehelsinki
- Language: C++
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
C++ Modules
A series of 35 C++ exercises, from the simplest to the most complex and challenging ones.
## 📋 Topics
- Object-oriented programming
- Advanced polymorphism
- C++ STL
- Exceptions
- C++ templates
- Advanced casting
- I/O manipulation
## 🛠️ Langs/Tools
- C++
- Makefile
## 📄 Content
```
├── mod00
│ ├── ex00
│ ├── ex01
│ └── ex02
├── mod01
│ ├── ex00
│ ├── ex01
│ ├── ex02
│ ├── ex03
│ ├── ex04
│ ├── ex05
│ └── ex06
├── mod02
│ ├── ex00
│ ├── ex01
│ ├── ex02
│ └── ex03
├── mod03
│ ├── ex00
│ ├── ex01
│ ├── ex02
│ └── ex03
├── mod04
│ ├── ex00
│ ├── ex01
│ ├── ex02
│ └── ex03
├── mod05
│ ├── ex00
│ ├── ex01
│ ├── ex02
│ └── ex03
├── mod06
│ ├── ex00
│ ├── ex01
│ └── ex02
├── mod07
│ ├── ex00
│ ├── ex01
│ └── ex02
├── mod08
│ ├── ex00
│ ├── ex01
│ └── ex02
└── mod09
├── ex00
├── ex01
└── ex02
```
## 🚀 Installation
```
git clone https://github.com/hunam6/cpp-modules
cd cpp-modules/mod/ex
make
```