| description | Learn more about: Jump Statements (C++) | |
|---|---|---|
| title | Jump Statements (C++) | |
| ms.date | 11/04/2016 | |
| helpviewer_keywords |
|
|
| ms.assetid | 7d8ff59c-b1bd-4164-85e9-f508851ed62c |
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.