Skip to content

ricvrdv/cpp-05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Module 05

Exceptions

This module introduces C++ exception handling. It covers the try, catch, and throw keywords for managing runtime errors, explores the standard exception hierarchy (e.g., std::exception), and practices creating custom exception classes. The goal is to write safer, more robust code that gracefully handles exceptional circumstances.


✅ Check out C++ Module 06 - type conversions

⏪️ Go back to C++ Module 04 - abstract classes, subtyping

About

C++ Module 05 - exceptions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published