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
- Host: GitHub
- URL: https://github.com/i-redbyte/tempat-cpp
- Owner: i-redbyte
- Created: 2021-07-25T11:07:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T15:03:18.000Z (almost 5 years ago)
- Last Synced: 2025-07-31T03:37:33.431Z (11 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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