Designing a Board Game (Mastermind) in C++ using MVC, State and Observer Design Patterns
Let's Design a Console Based Board Game in C++. (more…)
Designing a Configurable Logging framework using Observer Design Pattern
Almost in all applications we need logging functionality, but requirements varies from project to project. Here we have designing a Configurable Logging framework. First of all, lets have a look…