Hey, this has been getting on my nerves, on page 21 theres:
Is this just an example to introduce you to the while loop? Or what?PHP Code:int r = 0;
while(r != rows) {
std::cout << std::endl;
++r;
}
Hey, this has been getting on my nerves, on page 21 theres:
Is this just an example to introduce you to the while loop? Or what?PHP Code:int r = 0;
while(r != rows) {
std::cout << std::endl;
++r;
}
apparently it's a while loop by the while keyword.
Yes, that is an example to introduce you to a while loop.
There are currently 1 users browsing this thread. (0 members and 1 guests)