- A new chapter, and thoughts on a pivotal year for C++
- if constexpr requires requires { requires }
- unique_ptr and the pointer to implementation idiom
- Use std::span instead of C-style arrays
- C++ Safe Buffers
- What is the current time around the world? Utilizing std::chrono with time zones in C++23
- C++20 comparison in Qt (even with C++17)
- Around the World in C++: Exploring Time Zones with std::chrono
- Exploring C++ std::span – Part 1: An Introduction To the Non-Owning View
- Exploring C++ std::span – Part 2: Accessing Elements and Iterating
- Exploring C++ std::span – Part 3: Subviews and Slices
- Building Bridges to C++ Sean Baxter
- Analyzing the Performance of the “Proxy” Library
- Memory error checking in C and C++: Comparing Sanitizers and Valgrind