Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created June 19, 2012 00:52
Show Gist options
  • Save wchristian/2951691 to your computer and use it in GitHub Desktop.
Save wchristian/2951691 to your computer and use it in GitHub Desktop.
goto *(isWrong() ? &&err : &&continue);
err:
cerr << "A problem" << endl;
goto end;
continue:
end:
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment