Logo

Blog


Conference

Upcoming Events 2019

I'm just back from Core C++, a fantastic conference in Tel Aviv which happened the first time this year. [...]
C++ Insights

Happy Birthday C++ Insights

Today it is one year since I published C++ Insights. [...]
C++ Insights

C++ Insights - Lambdas

The fifth and last article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]
C++ Insights

C++ Insights - Variadic templates

The fourth article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]
C++ Insights

C++ Insights - Template instantiation

The third article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]
C++ Insights

C++ Insights - Type deduction

The second article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]
C++ Insights

C++ Insights - Implicit conversions

Today my first guest blog article out of five was published at Rainer Grimm's blog Modernes C++: [...]
C++ Insights

Hello C++ Insights

It occurred to me that I never really introduced C++ Insights on my blog. So here we go. [...]
Training

Public appearances 2019

The year has already started, if you’re interested in meeting me here are my public appearances I know so far. [...]
C++ Insights

Using base class constructor

While preparing slides for my next on-site training I stumbled across the C++11 powers of using. Specifically together with constructors of a base class. Here is a sample: [...]