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

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.

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
```