+ 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 !!!

15th Jan 2017, 8:19 PM
Siddharth Naithani
Siddharth Naithani - avatar
1 Respuesta
+ 2
Maybe look at the <iterator> object: http://www.cplusplus.com/reference/iterator/
15th Jan 2017, 8:26 PM
visph
visph - avatar