Error checking - anything from checking that the user has
entered a valid respones to a question through to ensuring that
a remote system you need to contact is available - is a vital
part of any program. Sometimes, you can easily check things
with a few if statements, but at other times it's much more
practical to use an exception system where you call for a piece
of code to be run, but then branch off to a particular handler
is a certain condition is triggered.
This topic is presented on public courses
C++ for C Programmers,
C and C++ Programming
Examples from our training material
| except.cpp | Exception handling - catches |
| levels.cpp | Exceptions - try, catch yourself AND throw to parent too |
| makefile | Compile / Load instructions for examples in this module |
| prob.cpp | Exception handling - why we need it |
Background information
Some modules are
available for download as a sample of our material or under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
What are exceptions?
Try and catch.
Exception heirarcy.
Accessing exception data.
Throwing your own exceptions.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 600 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.