1 out of 43 rated this helpful - Rate this topic

Jump Statements (C++)

The C++ jump statements perform an immediate local transfer of control.


<A HREF="_pluslang_the_c.2b2b_.break_statement.htm">break</A>   ;
<A HREF="_pluslang_the_c.2b2b_.continue_statement.htm">continue</A>   ;
<A HREF="_pluslang_the_c.2b2b_.return_statement.htm">return</A> [expression]<SUB> </SUB>;
<A HREF="_pluslang_the_goto_statement.htm">goto</A> identifier   ;
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ