April 22, 2001 Exception Handling | ||||
|---|---|---|---|---|
| ||||
How do you turn on exception handling by default ? Can you throw just about anything in C++ ? Is there any Java like Exception object that you subclass to create your own exceptions ? Or do you just throw the first that catches your fancy ? | ||||
April 22, 2001 Re: Exception Handling | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Pramod Subramanyan | Pramod Subramanyan wrote: > How do you turn on exception handling by default ? Throw the -Ae compiler flag. > Can you throw just about anything in C++ ? Yeah! <g> > Is there any Java like Exception object that you subclass to create your own exceptions ? Or do you just throw the first that catches your fancy ? You can build that yourself if you want to... Jan | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply