Towards safety & security in C++ - Daniela Engert - using std::cpp 205
In this keynote talk at using std::cpp 2025 Daniela Engert gives an overview of a possible path towards safety and security for future C++
Video: Towards safety & security in C++ -- by Daniela Engert -- using std::cpp 2025

The C++ standard library provides various inserters like
Contract assertions, introduced in proposal P2900 for C++26, provide a robust mechanism for runtime correctness checks, offering more flexibility and power than the traditional
In this blog post, we’ll explore implementing order-independent keyword arguments for C++ through use of C++26’s 
Bjarne Stroustrup, the creator of C++, has outlined his vision for the language’s future in his article "21st Century C++," emphasizing the need for safer and more modern coding practices without abandoning its powerful legacy. His approach advocates for incremental improvements, such as guideline-enforcing profiles and enhanced type safety, ensuring C++ remains relevant in an era of heightened security and performance demands.