Udostępnij za pośrednictwem


Instrukcje skoku (C++)

Instrukcja skoku C++ wykonuje natychmiastowe lokalne transfery kontroli.

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

Uwagi

Zobacz poniższe tematy zawierają opis instrukcji skoku C++.

Zobacz też

Informacje

Przegląd instrukcji C++