This project demonstrates the implementation of various design patterns in C++. The goal is to provide a structured and practical reference for commonly used design patterns.
Ensure you have the following installed before building the project:
- C++ Compiler (GCC, Clang, or MSVC)
- CMake (version 3.x or higher)
To build the project, run the following commands:
$ mkdir -p build
$ cd build
$ cmake ..
$ makeOnce the build is complete, assuming that the current directory is the build directory, you can run the executable separately as follows:
$ ./Behavioral/CommandPattern/RemoteControl/RemoteControlor
$ ./Creational/Builder/Html/Html