So, who else finds goto useful in the right circumstances and isn't afraid to use it despite the stigma if it makes the code more readable and explicit?
Name:
Anonymous2012-02-03 22:34
>>6
With exceptions. I've seen people using C++ like batch scripts, 100% gotos, all in main.