Meeting 15: Exceptions and Error Handling
Today we will look at more detail into error handling mechanisms and the use of exceptions.
- Motivation: what can go wrong?
- The two and a half approaches to error handling
- Defining and returning error codes
- What is an expected error and what is exceptional
- exceptions and try/catch
- using
std::except
- exception-safety
Links