Logo

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: [...]
Training

Early bird for "C++1x für eingebettete Systeme kompakt" ending soon

If you are interested in a one day technical seminar about C++ for embedded systems you might consider mine: C++1x für eingebettete Systeme kompakt. The early bird is ending at [...]
C++

Use of the comma operator

Last week, I read a blog article from Jonathan Boccara called "Getting Along With The Comma Operator in C++". At the end of the article I felt bad for the comma operator. Jonathan [...]
Conference

NDC { Oslo } 2018 slides and video available

I'm pleased to announce that the video C++: Be type-safe - The journey of determining the number of elements in an array of my presentation at NDC { Oslo } in June is available [...]
Training

Public appearances 2018

I will again work together with QA Systems for a one day technical seminar C++1x für eingebettete Systeme kompakt. The seminar will be held in Stuttgart on November 6. Early bird [...]
C++

Safer type casting with C++17

I like to write less code and letting the compiler fill in the open parts. After all the compiler knows most and best about these things. In C++ we have a strong type system. [...]
Publications

New article: "About the C++ Core Guidelines"

C++ is for sure not the easiest language to learn and use. The Core Guidelines try to provide some useful directions on avoiding common traps and pitfalls with using C++. [...]