B
BigMan
Does the C++ standard say anything about how arithmetic exceptions
(such as integer division by 0) interfere with C++ exceptions? I see
that catch clauses DO catch arithmetic exceptions but throwing an
arithmetic exception does not abort the program if there is an uncaught
exception (even a C++ exception).
(such as integer division by 0) interfere with C++ exceptions? I see
that catch clauses DO catch arithmetic exceptions but throwing an
arithmetic exception does not abort the program if there is an uncaught
exception (even a C++ exception).