TimelineCpp20CoreLanguage

More Convenience Functions for Containers with C++20

/
Removing elements from a container or asking if an associative container has a specific key is too complicated.…
TimelineCpp20CoreLanguage

constexpr std::vector and std::string in C++20

/
Probably the most viral keyword in modern C++ is constexpr. With C++20, we have a constexpr std::vector…
TimelineCpp20CoreLanguage

std::span in C++20: Bounds-Safe Views for Sequences of Objects

/
In my seminar, I often hear the question: How can I safely pass a plain array to a function? With C++20,…
FrontPage

And the Winners are:

/
Last week,  I launched a quiz. The price was it to win one of the five vouchers for the book "Modern…