- Clang 18.1.0rc Release Notes
- Compiler Options Hardening Guide for C and C++
- 170. WG21 Feb '24 Mailing, C++ Successors, Reflection, Pattern Matching
- Reducing Visual Studio Installations with Toolchains
- My late discovery of std::filesystem - Part II
- LLVM's 'RFC: C++ Buffer Hardening' at Google
- Three key philosophies behind C++
- C++ safety, in context
- Make your C++ code more safer by enabling the native compiler Runtime Checks.
- C++20 CONCEPTS APPLIED – SAFE BITMASKS USING SCOPED ENUMS
- Introduction To Low Latency Programming: External Processing
- How well does
_com_ptr_t
support class template argument deduction (CTAD)? - In C++/WinRT, you shouldn’t destroy an object while you’re
co_await
ing it - Class template argument deduction (CTAD) and C++ COM wrappers: Initial explorations
- How do I make an expression non-movable? What’s the opposite of
std::move
? - Using Copilot Chat with C++ in VS Code
- A Yocto Recipe for Qt Applications Built with CMake
- How to Accelerate Quantitative Finance with ISO C++ Standard Parallelism