Город МОСКОВСКИЙ
00:53:12

Dealing with function failures in C++ - Andrzej Krzemieński - code::dive 2018

Аватар
Программирование Tips
Просмотры:
24
Дата загрузки:
05.12.2023 12:26
Длительность:
00:53:12
Категория:
Технологии и интернет

Описание

When a function fails, how should you report the failure: throw an exception, or return an error code? In this talk we will not answer this question, but instead explore the motivation that leads people to to choose one way or the other. Next, we will see how this motivation is changed in C++17 with its new features; we will also have a look at the Outcome library. Finally, we will have a peek at the future plans for the next generation failure handling in C++.

https://codedive.pl/index/speaker/name/andrzej-krzemienski

Рекомендуемые видео