Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

C++ exceptions handling

The following snippet illustrates code that should raise 2 exceptions. Obviously only one exception throwing line will throw an exception . And indeed it does in Visual C++. Division by 0 is c...