Skip to content

Latest commit

 

History

History
80 lines (72 loc) · 1.47 KB

README.md

File metadata and controls

80 lines (72 loc) · 1.47 KB

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<number>/ex<number>
make