News

Learn how to implement the Strategy pattern in C++, a design pattern that allows you to define and use different algorithms dynamically. See examples and code snippets.
With performance optimizations seemingly having lost their relevance in an era of ever-increasing hardware performance, there are still many good reasons to spend some time optimizing code. In a re… ...
ASX is the core library for building C and C++ application for the ATTiny2 family based on a reactor pattern. The reactor pattern allow binding arbitry functions to have them called in the 'main' ...