[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'mnemonic-new/modular/core configure configure.in' modified by kasper at 11-Jul-98




> Uncaught throws can cause all sorts of problems.

And uncaught errors cause problems that are even worse. 

C++ needs exceptions, you cannot handle everything with return
values. It's better to get it right from the beginning, rather than
having to hack it in later.

Kasper