BartVandewoestyne/Design-Patterns-GoF
Working code for the Design Patterns book from the Gang of Four.
C++
Issues
- 0
- 2
- 1
State pattern would be a nice example
#11 opened by grantrostig - 1
- 7
Trying to build on MacOS Sonoma
#7 opened by Stefan-HU - 1
Source code
#1 opened by a40yostudent - 0
Fix Windows build
#9 opened by BartVandewoestyne - 4
GlyphFactory.cpp:20:22: error: array subscript has type 'char' [-Werror=char-subscripts]
#2 opened by franz-ms-muc - 0
Provide implementation for Visitor
#4 opened by BartVandewoestyne - 0
Initialize _registry variable correctly in Registry of Singletons example
#5 opened by BartVandewoestyne - 0
Registry of Singletons: do not allow the creation of MySingleton instances using default constructor
#6 opened by BartVandewoestyne