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.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
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.