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

https://github.com/i-redbyte/tempat-cpp

C ++ patterns and templates
https://github.com/i-redbyte/tempat-cpp

Last synced: 8 months ago
JSON representation

C ++ patterns and templates

Awesome Lists containing this project

README

          

# C ++ patterns and templates #

I look at the implementation of various design patterns and templates in C ++.

I also plan to add C ++ -specific implementations here, for example, such as smart/hazard pointers.

Ideally there will be a collection of ready-made solutions for use in everyday life.

Based on books and articles by [Andrei Alexandrescu](https://en.wikipedia.org/wiki/Andrei_Alexandrescu) and [Robert Martin](https://en.wikipedia.org/wiki/Robert_C._Martin)

1. Visitor pattern implemented
2. Singleton pattern by Andrei Alexandrescu in "Modern C++ Design" book
3. Abstract fabric pattern by Andrei Alexandrescu in "Modern C++ Design" book