Delivering Safe C++ - CppCon 2023
Offered By: CppCon via YouTube
Course Description
Overview
Explore a comprehensive conference talk by Bjarne Stroustrup, the creator of C++, delivered at CppCon 2023. Delve into the challenges and approaches for achieving type and resource safety in C++ programming without compromising performance or expressiveness. Learn about safety profiles, techniques for eliminating dangling pointers and range errors, and the importance of minimizing run-time checks through abstraction. Gain insights into Stroustrup's vision for verified type-and-resource-safe C++ in key applications, and understand how the current emphasis on safety aligns with C++'s fundamental aims in real-world code.
Syllabus
Delivering Safe C++ - Bjarne Stroustrup - CppCon 2023
Taught by
CppCon
Related Courses
Building Your Own Programming LanguageFrontend Masters BeauĀtiful Racket
Independent Rust: A Language for the Next 40 Years
ChariotSolutions via YouTube Move Deliberately and Don't Break Anything: Lessons from Java Evolution
ChariotSolutions via YouTube Flex - Lexical Analysis
Write your own Operating System via YouTube