Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
/ design-patterns Public archive

Notes, code examples, and exercises from the course "Design Patterns in Modern C++"

Notifications You must be signed in to change notification settings

menuRivera/design-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Patterns in Modern C++

This repository contains notes, code examples, and exercises from the course "Design Patterns in Modern C++".

About the Course

The "Design Patterns in Modern C++" course provides a practical approach to understanding and implementing classic software design patterns using modern C++ features. This repository contains my personal notes and code examples taken during the course.

Prerequisites

To run the examples in this repository, you will need:

  • A C++ compiler that supports C++20 or later.
    • Recommended: GCC 14.2.1 (the version I used throughout the course).
  • Basic knowledge of C++ programming.
  • A terminal or command-line interface.

Directory Structure

The repository is organized into directories, each corresponding to a specific design pattern covered in the course.

About

Notes, code examples, and exercises from the course "Design Patterns in Modern C++"

Topics

Resources

Stars

Watchers

Forks