June 24, 2024, 11:32:41 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Exception handling

Started by Parker, January 10, 2006, 01:57:54 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Parker

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.

Zen

Ohh i hate it. Used it in Java.

Lewis

Parker

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.

Zen

I cant remember apart from i did not like it. Then again i didnt like Java.

Lewis