Dealing with Function Failures in C++
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore function failure reporting methods in C++ in this 53-minute conference talk from code::dive 2018. Delve into the motivations behind choosing exceptions or error codes for failure handling. Examine how C++17 features impact these decisions and learn about the Outcome library. Get a glimpse of future plans for next-generation failure handling in C++. Gain insights from speaker Andrzej Krzemieński on this crucial aspect of C++ programming.
Syllabus
Dealing with function failures in C++ - Andrzej Krzemieński - code::dive 2018
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube