when I want to drop out from a loop
I'm able to use "break"
So, what can I use to go back to the top line of the loop?
Thx!!
This is a discussion on a simple question within the C++ Programming forums, part of the General Programming Boards category; when I want to drop out from a loop I'm able to use "break" So, what can I use to ...
when I want to drop out from a loop
I'm able to use "break"
So, what can I use to go back to the top line of the loop?
Thx!!
thx!