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.
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.
The Proxy Pattern is probably the most influential design pattern for C++. The Proxy provides a placeholder for accessing another object.
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.
The Composite Pattern allows you to compose objects into tree structures and treat the individual object and composite objects uniformly.
The Decorator Pattern's job is to extend an object with responsibilities dynamically. Let me, in today's post, dig deeper.
Today, I want to present the five winners for coupons for the book "Template Metaprogramming with C++" by Marius Bancila.
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.
The idea of the adapter pattern is straightforward: It converts the interface of a class into another interface.
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.
Hunting
Today 4383
Yesterday 7411
Week 27611
Month 171782
All 11652936
Currently are 281 guests and no members online
Kubik-Rubik Joomla! Extensions
Read more...
Read more...