Media Summary: This talk was recorded at NDC TechTown in Kongsberg, Norway.  ... Click this link * and use my code CHERNO to get 25% off your first payment for boot.dev. Join me in these bi-weekly series to explore the topic of error reporting in C++. The focus of this course is the design of functions ...

Five Issues With Std Expected - Detailed Analysis & Overview

This talk was recorded at NDC TechTown in Kongsberg, Norway.  ... Click this link * and use my code CHERNO to get 25% off your first payment for boot.dev. Join me in these bi-weekly series to explore the topic of error reporting in C++. The focus of this course is the design of functions ... Exceptions have been a core error-handling mechanism in C++ since the beginning. However, modern C++ offers powerful ... — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ... C++ error handling is one of the most confusing

Exceptions are for truly unexpected failures. For normal recoverable errors, there's a better tool.

Photo Gallery

Five Issues with std::expected and How to Fix Them - Vitaly Fanaskov - C++Now 2025
Five Issues with std::expected and How to Fix Them - Vitaly Fanaskov - NDC TechTown 2025
C++ FINALLY Improved Error Handling with std::expected!
Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov
Error reporting in C++ - std::expected (13/13)
Handle errors in C++ with std::expected or std::optional
Why using namespace std is considered bad practice in c++
CppCon 2018: Andrei Alexandrescu “Expect the expected”
Why Is C++ Error Handling Still a Mess? | Error Codes vs Exceptions vs std::expected
C++23's std::expected
Introduction to proposed std::expected - Niall Douglas - Meeting C++ 2017
C++ tip: Not every error should throw — use std::expected
View Detailed Profile
Five Issues with std::expected and How to Fix Them - Vitaly Fanaskov - C++Now 2025

Five Issues with std::expected and How to Fix Them - Vitaly Fanaskov - C++Now 2025

https://www.cppnow.org ---

Five Issues with std::expected and How to Fix Them - Vitaly Fanaskov - NDC TechTown 2025

Five Issues with std::expected and How to Fix Them - Vitaly Fanaskov - NDC TechTown 2025

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

C++ FINALLY Improved Error Handling with std::expected!

C++ FINALLY Improved Error Handling with std::expected!

Click this link *https://boot.dev/?promo=CHERNO* and use my code CHERNO to get 25% off your first payment for boot.dev.

Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov

Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov

https://cppcon.org --- Can

Error reporting in C++ - std::expected (13/13)

Error reporting in C++ - std::expected (13/13)

Join me in these bi-weekly series to explore the topic of error reporting in C++. The focus of this course is the design of functions ...

Handle errors in C++ with std::expected or std::optional

Handle errors in C++ with std::expected or std::optional

Exceptions have been a core error-handling mechanism in C++ since the beginning. However, modern C++ offers powerful ...

Why using namespace std is considered bad practice in c++

Why using namespace std is considered bad practice in c++

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts In this video we ...

CppCon 2018: Andrei Alexandrescu “Expect the expected”

CppCon 2018: Andrei Alexandrescu “Expect the expected”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

Why Is C++ Error Handling Still a Mess? | Error Codes vs Exceptions vs std::expected

Why Is C++ Error Handling Still a Mess? | Error Codes vs Exceptions vs std::expected

C++ error handling is one of the most confusing

C++23's std::expected

C++23's std::expected

std

Introduction to proposed std::expected - Niall Douglas - Meeting C++ 2017

Introduction to proposed std::expected - Niall Douglas - Meeting C++ 2017

Slides: https://docs.google.com/presentation/d/1XTsnsGIV4HTh_07bjpCk_XG2NWDs6Tlrw8f5rrUHodc/edit?

C++ tip: Not every error should throw — use std::expected

C++ tip: Not every error should throw — use std::expected

Exceptions are for truly unexpected failures. For normal recoverable errors, there's a better tool.

How std::expected can behave unexpectedly.

How std::expected can behave unexpectedly.

In this video we will talk about some