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.
Ohh i hate it. Used it in Java.
Lewis
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.
I cant remember apart from i did not like it. Then again i didnt like Java.
Lewis