i want not to use while, dowhile and for, loops.....
i want to use anoher loop for my work......
if any one have plz writ me...
This is a discussion on how i can use third loop within the C++ Programming forums, part of the General Programming Boards category; i want not to use while, dowhile and for, loops..... i want to use anoher loop for my work...... if ...
i want not to use while, dowhile and for, loops.....
i want to use anoher loop for my work......
if any one have plz writ me...
What's wrong with those loops?
The only other loop I can think of is:
Code:label: ... goto label;
"I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008
"the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010
You could use recursion to replace a loop construct and goto, but... yeah, what's wrong with those loops?
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way