cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Continuing to next iteration of loop
Continuing to next iteration of loop
Jul 21, 2011 at 12:16pm UTC
Lvl80RetPaladin
(58)
I know that break; will exit out of a loop entirely. What's the command / function call that will skip to the next loop iteration?
Jul 21, 2011 at 12:20pm UTC
quirkyusername
(792)
continue
Topic archived. No new replies allowed.