Exception Handling in C++ - How to Handle Errors in Your Program
Offered By: CodeBeauty via YouTube
Course Description
Overview
Explore exception handling in C++ through this comprehensive 25-minute video tutorial. Learn how to effectively manage errors in your programs using try, catch, and throw keywords. Discover different types of exception handlers, including the default exception handler, and understand their practical applications. Gain insights into identifying and handling exceptional situations that may occur during program execution. Apply these concepts to real-life examples and improve your ability to write robust, error-resistant C++ code.
Syllabus
- What will you learn in this course?
- What are exceptions
- Throwing exceptions, throw keyword
- Fixing application crash with try-catch, handling exceptions
- Default exception handler
- Summary - C ++ exceptions explained in 2 minutes
Taught by
CodeBeauty
Related Courses
Computer Vision: The FundamentalsUniversity of California, Berkeley via Coursera Programming Languages
University of Virginia via Udacity Learn to Program: Crafting Quality Code
University of Toronto via Coursera Computational Photography
Georgia Institute of Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera