usage of for loop in the place of while loop
how to use for loop instead of while loop in reading a file ?
For fun:
1 2 3
|
for(;/*while condition*/;) {
//do stuff
}
|
Realistically: Why would you want to do that?
Last edited on
Topic archived. No new replies allowed.