>>15
Stroustrup is the guy who invented C++
I know. If I were asked for a clean, nice language, I probably wouldn't think of C++.
Enjoy being unemployed
I'm not, how about you?
As >>12 said, YOU'RE DOING IT WRONG. There is no excuse for having a block of code like that. What could you possibly be doing to have an entire block of code that could fail at any line?
The first example that comes to my mind is a quick shell-like uninstall script which has to remove files, registry keys, directories, links, etc. and ignores everything it cannot do.
>>17
In dreamland, code can be proven safe.