- C++23: bitwise operations
- C++23: Allocator related changes
- std::span in C++20: More Details
- Exceptions in constexpr Functions in C++
- Orthodox C++, a Good or Bad Idea?
- Protecting Your C++ Code Against Integer Overflow Made Easy by SafeInt
- How to Print Unicode Text to the Windows Console in C++
- C++20: A coroutine based stream parser
- Random distributions are not one-size-fits-all (part 1)
- Estimating your memory bandwidth
- The C++ Ecosystem in 2023: Growth of C++20, Wider Adoption of Clang-based Tools, AI Gaining Developers’ Confidence
- why gcc and clang sometimes generates an extra mov instruction for std::clamp on x86
- The case of the fail-fast trying to log a caught exception
- Implementing two-phase initialization with ATL
- Getting a strong reference from the
this
pointer too soon