User Tools

Site Tools


guides:programstyle:goto

This is an old revision of the document!


Use of goto/break/continue/return Statements

All of these statements change the flow of control in a c++ program. They change the behavior of control structures and therefore make it more difficult to understand the final flow of control in a program. For these reasons, the use of these statements is heavily restricted.

goto

continue

break

return

guides/programstyle/goto.1596551531.txt.gz · Last modified: 2024/07/25 15:01 (external edit)