Re: There would be precisely as many "goto" statements
Re: There would be precisely as many "goto" statements
Posted Dec 26, 2014 7:43 UTC (Fri) by Cyberax (✭ supporter ✭, #52523)In reply to: Re: There would be precisely as many "goto" statements by epa
Parent article: The "too small to fail" memory-allocation rule
That's a different issue - exit from multiple nested loops. In languages lacking labeled loops (C, C++) it's often a place where 'goto' is used.