Jump Statements (C++)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Jump Statements (C++).
A C++ jump statement performs an immediate local transfer of control.
break; continue; return [expression]; goto identifier;
See the following topics for a description of the C++ jump statements.
Show: