Decent Character Encoding in C++26

An exploration of std::text_encoding in C++26. Character encodings and the future of standard library APIs in C++.

July 1, 2025
Read more

How C++23 Makes constexpr More Practical (and Why You Should Care)

C++23 enhances constexpr by making it work with more types and providing better compiler feedback. Learn how to leverage compile-time evaluation for cleaner, faster, and more reliable code.

April 13, 2025
Read more

A Better Way to Handle Errors in C++23

Learn more on modern aspects in C++23 for improved error handling, replacing exceptions and error codes with a cleaner, more robust approach.

February 22, 2025
Read more

Understanding std::byteswap in C++

An in-depth look at the std::byteswap function introduced in C++23 for endianness manipulation.

January 17, 2025
Read more
Showing 1-5 of 8 posts • Page 1 of 2