C++20: More Details to Coroutines
/
0 Comments
After I gave you in my last post (C++20: Coroutines - A First Overview) my first impression of coroutines,…
Looking for Proofreaders for my new Book: C++ Core Guidelines
I'm looking for proofreaders for my new book "C++ Core Guidelines". The crucial idea of the book is to…
C++20: Coroutines – A First Overview
C++20 provides four features that change how we think about and write modern C++: concepts, the ranges…
My Personal Words about Corona
Image by Peggy und Marco Lachmann-Anke from Pixabay
I want to say a few personal words due…
C++20: Python’s map Function
Today, I finish my experiment writing beloved Python functions in C++. So far, I have implemented the…
C++20: Pythons range Function, the Second
In my last post, C++20: Pythonic with the Ranges Library, I started my experiment to implement the beloved…
C++20: Pythonic with the Ranges Library
Today, I start an experiment. I want to implement beloved functions in Python in C++ using the ranges…
C++20: Functional Patterns with the Ranges Library
My last post C++20: The Ranges Library, gave you the first impression of the ranges library. Today's…
C++20: The Ranges Library
Thanks to the ranges library in C++20, working with the Standard Template Library (STL) will become much…
Concepts in C++20: An Evolution or a Revolution?
Let me conclude my series to concepts with this meta-post. Are concepts an evolution or a revolution…