Codereview: Robust error handling mechanism in C++ (safer than std::expected)

Subscribers:
4,430
Published on ● Video Link: https://www.youtube.com/watch?v=1fZDhFHNrig



Duration: 0:00
7 views
0


Robust error handling mechanism in C++ (safer than std::expected)
I hope you found a solution that worked for you :)
The Content is licensed under (https://meta.stackexchange.com/help/licensing) CC BY-SA.
Attention! This video does always use the same license as the source!
Thanks to all those great people for their contributions!

(codereview.stackexchange.com/users/287851/golgi-apparatus)golgi apparatus
(codereview.stackexchange.com/users/170106/indi)indi
(codereview.stackexchange.com/users/129343/g-sliepen)G. Sliepen
A special thanks goes out to the (codereview.stackexchange.com/questions/294326/robust-error-handling-mechanism-in-c-safer-than-stdexpected)Stackexchange community

I wish you all a wonderful day! Stay safe :)
If anything is off, please write me at peter D.O.T schneider A.T ois42.de

c++17 error-handling c++




Other Videos By Peter Schneider


2024-11-23Apple: What is DuetExpertCentre?
2024-11-23Mathematica: Integration using ImplicitRegion or the tranditional form?
2024-11-23Were my original files deleted after cancelling a compression operation in WinRar
2024-11-23Dba: Why is my Nested Loops join showing inaccurate row estimates in SQL Server?
2024-11-23Dba: how to get the location of the backup too? you can use multiple columns pivoting or any othe...
2024-11-23Tex: Absolute positioning of TikZ drawing at edge of page
2024-11-23Tex: Why can't I exclude my answer environment?
2024-11-233dprinting: Cloning an X axis on an Arduino Mega and RAMPS 1.4 shield
2024-11-23User temp folder is 103GB; is it safe to delete?
2024-11-23Dba: What happens to running queries when I issue a rename statement in MySQL?
2024-11-22Codereview: Robust error handling mechanism in C++ (safer than std::expected)
2024-11-21Prevent same name overwrite with robocopy
2024-11-21Is int x; really just a declaration or an implicit definition too?
2024-11-21create a dummy variable from a messy data
2024-11-21How to find a chunk of string that starts with $PATTERN and ends with $LINEBREAK
2024-11-21Change toUpperCase() all except those within single quotes
2024-11-21Apple: How to disable help search shortcut (Cmd+Shift+/)
2024-11-21sed regex, match first instance between varied delimeters
2024-11-21Dba: PG17 functions used in materialized views not using index when search_path is set
2024-11-21CS9236 Compiling requires binding the lambda expression at least 100 times
2024-11-21Should I use char for a signed int in C?