Networking, Programming and Graphics Tutorials

Continue and Break statements [1/2]

Type:
Continue and Break statements
Level: Beginner Networking, Programming and Graphics Tutorials 
Continue and Break statements
Date: 2008-Jul-02
Continue and Break statements
Visited: 1322 times
Continue and Break statements
Rating: Continue and Break statements
Continue and Break statements
Author: Alex Plumpton

In this tutorial you will learn about continue statement in C++ language .
The continue statement works similar to the break statement . Instead of forcing termination, the continue statement forces the next iteration of the loop to take place skipping any code in between.

Continue and Break statements
During program execution, when the continue statement is encountered, the control is automatically transferred to the beginning of the loop, thus causing the loop to be executed once again.

Means to Learn

Networking, Programming and Graphics Tutorials - Continue and Break statements [1/2] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: continue and break statements + c  +continue +break +statements  Explain Break and continue statements in c++  c++ continue statements  break continue c++  c++ break continue  break continue C++/  c++ break continue  break and continue programming  the break and the continue statement in c++