The Visitor Pattern

The Visitor Pattern encapsulates an operation executed on an object hierarchy as an object and enables it to define new operations without changing the object hierarchy.

Read more
Views: 5849

The Observer Pattern

The Observer Pattern is a behavioral pattern from the book   "Design Patterns: Elements of Reusable Object-Oriented Software". It defines 1-to-n dependencies between objects so that changes to one object cause all dependent objects to be notified.

Read more
Views: 7258

The Proxy Pattern

The Proxy Pattern is probably the most influential design pattern for C++. The Proxy provides a placeholder for accessing another object.

Read more
Tags: RAII
Views: 5173

The Facade Pattern

Today, I write about the Facade Pattern. The Facade Pattern is a structural pattern and has one purpose: to provide a simplified interface to any complex system.

Read more
Views: 8157

The Composite Pattern

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

Read more
Views: 4668

The Decorator Pattern

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

Read more
Views: 5860

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++" by Marius Bancila.

Read more
Views: 2530

The Bridge Pattern

The Bridge Pattern is a structural pattern. It decouples the interface from the implementation. In C++, a simplified version is often used: the Pimpl Idiom.

Read more
Tags: Pimpl
Views: 11562

The Adapter Pattern

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

Read more
Views: 10849

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 Bancila. In return, I have two questions about templates. The five best answers will get the coupons.

Read more
Views: 2444

Mentoring

Stay Informed about my Mentoring

 

English Books

Course: Modern C++ Concurrency in Practice

Course: C++ Standard Library including C++14 & C++17

Course: Embedded Programming with Modern C++

Course: Generic Programming (Templates)

Course: C++ Fundamentals for Professionals

Interactive Course: The All-in-One Guide to C++20

Subscribe to the newsletter (+ pdf bundle)

All tags

Blog archive

Source Code

Visitors

Today 4383

Yesterday 7411

Week 27611

Month 171782

All 11652936

Currently are 281 guests and no members online

Kubik-Rubik Joomla! Extensions

Latest comments