FrontPage

Five Vouchers to win for the book “Modern C++ for Absolute Beginners”

/
Is it possible to introduce C++ in 300 pages? Yes, it is. The book "Modern C++ for Absolute Beginners"…
TimelineCpp20CoreLanguage

volatile and Other Small Improvements in C++20

/
Today, I complete my tour through the C++20 core language features with a few small improvements. One…
TimelineCpp20CoreLanguage

New Attributes with C++20

/
With C++20, we got new and improved attributes such as [[nodiscard("reason")]], [[likely]], [[unlikely]],…
CompilerExlorer

Compiler Explorer, PVS-Studio, and Terrible Simple Bugs

/
Do you know that PVS-Studio is integrated into the Compiler Explorer? If not, you should definitely read…
TimelineCpp20CoreLanguage

More Lambda Features with C++20

/
Lambdas in C++20 can be default-constructed and support copy-assignment when they have no state. Lambdas…
cover20

The C++ Standard Library: The Third Edition includes C++20

/
Just updated: The C++ Standard Library: What every professional C++ programmer should know about the…