Jump Statements (C+)

A C++ jump statement performs an immediate local transfer of control.

break;
continue;
return [expression];
goto identifier;

Remarks

See the following topics for a description of the C++ jump statements.

See Also

Reference

Overview of C++ Statements

Change History

Date

History

Reason

October 2008

Added a list of links to fix a document conversion error.

Customer feedback.