C++ in Detail: Exceptions

All about exceptions handling in C++



Platform: Udemy
Status: Available
Duration: 4 Hours

Price: $44.99 $0.00


Note: Udemy FREE coupon codes are valid for maximum 3 days only. Look for "Get Coupon" orange button at the end of Description.

What you'll learn

  • C++ exceptions handling
  • Exception safe code
Requirements
  • Basic knowledge of C++
  • Compiler supporting at least C++11
  • Interest in C++
Description
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.

Who this course is for:

  • Beginner - intermediate C++ developers
  • Students (either self-taught or at university) with at least basic knowledge of C++
  • Not for complete beginners