C++ in Detail: Exceptions

Go to class
Write Review

C++ in Detail: Exceptions provided by Udemy is a comprehensive online course, which lasts for 3-4 hours worth of material. C++ in Detail: Exceptions is taught by Andrii Shostatskyi. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • All about exceptions handling in C++

    What you'll learn:

    • C++ exceptions handling
    • Exception safe code

    This course is about exceptions handling in C++, including 11-17 standards.


    You will learn about throwing and catching exceptions, re-throwing and nested exceptions, user-defined and standard exceptions, dynamic exceptions specification, noexcept specifier, noexcept operator.

    Moreover, you will also learn exception safety guarantees, concept that will help you write robust code in C++ and other similar languages.

    Lectures are provided with references to relevant C++ Core Guidelines about error handling.


    Please note that this course is not for complete beginners.