design-patterns-cpp icon indicating copy to clipboard operation
design-patterns-cpp copied to clipboard

Design Pattern Examples in C++

Results 3 design-patterns-cpp issues
Sort by recently updated
recently updated
newest added

Verified that all design pattern examples build on Windows under clang, mingw-gcc and MSVC compilers. Changes range from signed/unsigned mismatch to unused fields and function variables. I'm working on some...

I noticed a lot of raw pointer usages throughout the examples. I wanted to go through and fix it up to use `unique_ptr` and `shared_ptr` where appropriate. Would there be...

Note: you can always look at our other example repositories for guidance, mainly [C# repo](https://github.com/RefactoringGuru/design-patterns-csharp). 1. Investigate what's the current C++ compiler version, what are the main tools, IDEs, etc....