Re: Using C++ exceptions is not a good idea in general - but why?

1999-12-09 Thread guy keren
On Wed, 8 Dec 1999, Shaul Karl wrote: Why do you think that using exceptions is not a good idea in general? because they are evil :) but seriously, i try to use exceptions as little as possible. they tend to cause generation of ugly code, and people tend to over-use them even in cases where

Using C++ exceptions is not a good idea in general - but why?

1999-12-07 Thread Shaul Karl
since you looked for the class in the 'h' files, and it is not there - then it is simply not supported in that version of the compiler. accept this fact, and give up on using exceptions in this case (which is IMHO a good idea in general). Why do you think that using exceptions is not a