<<< | Index | >>> |
Problem: dealing with errors is a pain, even in a simple language like C.
It's even worse in C++, where some obvious approaches don't work.
Exceptions provide a new mechanism for dealing with errors.
Fundamentally exception a control construct.
<<< | Index | >>> |