Exception Handling
6 Topicsā¢0 Completedā¢
0%
1
Try-Catch Blocks
Basic exception handling
Error handling
2
Throwing Exceptions
throw keyword and exception types
Error propagation
3
Standard Exceptions
std::exception hierarchy
Built-in exceptions
4
Custom Exceptions
Creating your own exception classes
Exception design
5
Exception Safety
Exception guarantees and RAII
Robust code design
6
noexcept Specifier
Marking functions as non-throwing
Modern C++ practice