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 GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera