Entries by Rainer Grimm

My open C++ Seminars in the First Half of 2018

Do you want to reach the next C++ level? Here are my open C++ seminars in the first half of 2018. Embedded Programming with C++: 16.01 – 18.01 C++11 and C++14: 13.03 – 15.03 Multithreading with modern C++: 08.05 – 09.05 I’m also happy to give the seminars on-site or in English. For further details […]

I Proudly present my Book is Ready “Concurrency with Modern C++”

Concurrency with Modern C++ is a journey through current and upcoming concurrency in C++. C++11 and C++14 have the basic building blocks for creating concurrent or parallel programs. With C++17 we got the parallel algorithms of the Standard Template Library (STL). That means, most of the algorithms of the STL can be executed sequential, parallel, […]