Skip to content

AnselGitAccount/Cpp_Class_Design

Repository files navigation

C++ Class Design Patterns

This repo contains examples from the book Modern C++ Design by Andrei Alexandrescu. Andrei gives snippets of code in the book to illustrate the design pattern. Here I pieced the snippets together and wrote executable scripts.

Prerequisites

  • Any C++ compiler with C++03 and after.

Content

  1. Visitor pattern
  2. Multi-dispatcher pattern

Tutorial

See my blog posts for design breakdown and tutorials.

  • Visitor - Link
  • Multi-dispatcher - Link

Author & Contact

Ansel Blumers
Email: ansel.blumers@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages