Building C++ Interfaces That Are Hard to Use Incorrectly
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore techniques for designing robust C++ library interfaces that minimize user errors and catch common mistakes at compile-time in this comprehensive conference talk from ACCU 2023. Delve into clever uses of the C++ type system to create interfaces that are inherently resistant to misuse, reducing the likelihood of undefined behavior and unpredictable results. Learn to distinguish between different categories of preconditions and leverage the type system to prevent accidental violations at run-time. Examine practical code samples demonstrating how type-based techniques can prevent interface misuse, and consider the trade-offs involved in this approach. Gain insights from Andreas Weis, an experienced automotive software developer and Munich C++ User Group organizer, on creating portable code and exposing complex functionalities through simple, richly-typed interfaces.
Syllabus
Building C++ Interfaces That Are Hard to Use Incorrectly - Andreas Weis - ACCU 2023
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube