The Hardest Part of Modern C++ Isn't the Language.
I've been a C programmer for most of my career. The kind who can feel what the CPU is doing. Move a...
Tag archive
I've been a C programmer for most of my career. The kind who can feel what the CPU is doing. Move a...
Asynchronous backend in modern C++ 23. First of all I need to tell that this article is...

Diversos novos recursos como: std::print, std::println e entre outros. O GCC 14 há...
We all know that every ‘,’ matters in this language, so I decided to talk directly about that...
In this article, we are going to talk about time expressions. First, we are going to take some time...
If my math is correct, there are 125 changes / fixes / new features in C++23 and we are progressively...
Ever since C++ introduced the constexpr keyword in C++11, each new standard brought us more and more...
C++23 is coming soon and it will change how lambdas work in 3 different ways. They will not only...
What do you do when you have to return multiple values from a function? Do you return an instance of...
C++23 is introducing some more data structures, some more associative containers. We are going to get...
So far, there was no way in C++ to get runtime information on the current call sequence. Other...
The ISO Committee accepted two proposals for C++23 related to preprocessing directives. P2334R1 is...