IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Parker on January 10, 2006, 01:57:54 PM

Title: Exception handling
Post by: Parker on January 10, 2006, 01:57:54 PM
I'm hoping we can have this someday in the future, probably not very soon as it's complicated, but there's an article on the codeproject: http://www.codeproject.com/cpp/exceptionhandler.asp

The try, throw, catch stuff I mean, for anyone that doesn't know. It's good for debugging and handling errors in a nice neat manner.
Title: Re: Exception handling
Post by: Zen on January 10, 2006, 02:15:13 PM
Ohh i hate it. Used it in Java.

Lewis
Title: Re: Exception handling
Post by: Parker on January 10, 2006, 02:17:02 PM
What do you hate about it? I know that implementing it would be a hard task, but it seems pretty useful, since errors don't end the program, but can instead be handled in an easy way.
Title: Re: Exception handling
Post by: Zen on January 10, 2006, 02:19:33 PM
I cant remember apart from i did not like it. Then again i didnt like Java.

Lewis