What are the acceptable uses of goto?

Posted by Steve Hanov on Stack Overflow See other posts from Stack Overflow or by Steve Hanov
Published on 2010-06-03T16:10:56Z Indexed on 2010/06/03 16:14 UTC
Read the original article Hit count: 145

Filed under:
|
|

What uses of the goto statement do you consider acceptable? I am discussing some coding guidelines for C embedded work, and wondering if there are cases where goto is the cleanest way to do things.

© Stack Overflow or respective owner

Related posts about c

    Related posts about embedded