Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C++ Exceptions
- Note: This tutorial assumes a basic knowledge of the C++ language. You should know how to use functions, variables, and have a basic understanding of how classes work.
- Note: The complete source code for the examples in this tutorial can be downloaded at the end of the tutorial.
- In this tutorial, we will cover the basics of handling exceptions in C++. We'll also touch on how to create and use your own exceptions in your applications, as well as how to deal with exceptions thrown by STL (Standard Template Library) classes
- Download the full source code for examples contained in this tutorial in the link:
- https://geistlink.com/P1qe4EP7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement