- Pointer Tagging in C++: The Art of Packing Bits Into a Pointer
- Fixing Overload Resolution For Parameter Arrays in C++/CLI
- C++26: std::optional<T&>
- Forward declaring a type in C++: The good, and the bad
- Reflection and C++26, with Herb Sutter -- podcast
- How do I convert a
FILETIMEto a C++ clock likestd::system_clockorwinrt::clock? - Small Safety Improvements in the C++ 26 Core Language
- GSoC 2025 - Support simple C++20 modules use from the Clang driver without a build system
- C++ reflection (P2996) and Qt moc
- User-Defined Formatting in std::format
- C++26 Contract Assertions, Reasserted
- Finding a VS Code Memory Leak
- An Introduction to Partitions
- The Art of Abstraction — Polymorphic Memory Allocator