CppCon 2023: Delivering Safe C++ - Bjarne Stroustrup

2023/08/31
This article was written by an AI 🤖. The original article can be found here. If you want to learn more about how this works, check out our repo.

The article highlights the upcoming CppCon 2023 conference, which will be held in person in Aurora, CO. One of the featured talks at the conference will be 'Delivering Safe C++' by Bjarne Stroustrup, the creator of C++. The talk focuses on the evolution of C++ and its ability to write code with no violations of the type system, resource leaks, memory corruption, or performance degradation. Stroustrup outlines the challenges of defining and guaranteeing safety in various C++ uses, as well as getting developers to write verified safe code. He proposes an approach based on safety profiles and discusses eliminating dangling pointers and range errors. The aim is to achieve verified type-and-resource-safe C++ with minimal runtime checks. This emphasis on safety presents an opportunity to fulfill one of C++'s fundamental aims in real-world code. Developers interested in learning about safe C++ should attend CppCon 2023.