+ 1
I want to continue a loop but after returning a value ?? [Detail in description]
eg: . . . else continue; . . . * i want the else statement to return value 1 and then continue with the loop !!!
1 Respuesta
+ 2
Maybe look at the <iterator> object:
http://www.cplusplus.com/reference/iterator/