
The Strategy Pattern
/
0 Comments
The Strategy Pattern is a behavioral design pattern from the book Design Patterns: Elements of Reusable…

The Facade Pattern
Today, I write about the Facade Pattern. The Facade Pattern is a structural pattern and has one purpose:…

The Composite Pattern
The Composite Pattern allows you to compose objects into tree structures and treat the individual object…

The Decorator Pattern
The Decorator Pattern's job is to extend an object with responsibilities dynamically. Let me, in today's…

And the Five Winners for “Template Metaprogramming with C++” are
Today, I want to present the five winners for coupons for the book "Template Metaprogramming with C++"…

The Bridge Pattern
The Bridge Pattern is a structural pattern. It decouples the interface from the implementation. In C++,…

The Adapter Pattern
The idea of the adapter pattern is straightforward: It converts the interface of a class into another…

Five Coupons for the eBook “Template Metaprogramming with C++”
I'm happy to announce that I have five giveaway eBooks for "Template Metaprogramming with C++" by Marius…

The Singleton: The Alternatives Monostate Pattern and Dependency Injection
So far, I have discussed in my previous posts the Singleton Pattern, and its pros and cons. One question…

Concepts and the Finance Industry
The finance industry is a big user of C++. But as everyone knows, C++ programmers take on a substantial…