Skip to content

A series of 35 C++ exercises, from the simplest to the most complex and challenging ones.

License

Notifications You must be signed in to change notification settings

Hunam6/cpp-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A series of 35 C++ exercises, from the simplest to the most complex and challenging ones.

Topics

Resources

License

Stars

Watchers

Forks