C++20: A Simple math Module

/
Modules are one of the four prominent features of C++20. They overcome the restrictions of header files…
2 13

Modernes C++ goes Worldwide

/
I'm happy to announce that I offer English and German online seminars. In addition to my German…

C++20: The Advantages of Modules

/
Modules are one of the four big features of C++20: concepts, ranges, coroutines, and modules. Modules…
janus

Face-to-Face Seminars and Online Seminars are different

/
Face-to-face seminars and online seminars are different. Both forms have their pros and cons, and none…

C++20: Thread Pools with cppcoro

/
This post is the third and final post in my miniseries to cppcoro. cppcoro is a library of coroutine…

C++20: Powerful Coroutines with cppcoro

/
I gave in my last post, "C++20: Coroutines with cppcoro", a basic introduction to the coroutines library…

C++20: Coroutines with cppcoro

/
The cppcoro library from Lewis Baker gives you what C++20 doesn't: a library of C++ coroutine abstractions…
educative

Four Voucher for Educative

/
educative.io gave me four vouchers for which they will give a learner 3-month access to all Educative…

C++20: Thread Synchronization with Coroutines

/
It's a typical requirement for thread management to synchronize them. One thread prepares, in this case,…

C++20: An Infinite Data Stream with Coroutines

/
My story to coroutines in C++20 goes on. Today I dive deep into the coroutines framework to create an…