This article is obsolete/abandoned/old. The information may still be useful, but I am no longer updating or drawing from it. For more articles on C++ and possibly newer, better material set your browser to stun and go to http://www.cyclone7.com/cpp/ (the home of Neil's C++ Stuff).
L O O P I N G
INTRODUCTION
Loops are a way to repeat repetitive action until a condition is met. Its like when you run around in circles until you're too dizzy to do it anymore. You're running around is the repetitive action and the condition is while you're not dizzy (while (!dizzy)).
** I have had several people tell me that this section is too short. I had to add this note in here: THIS IS NOT FINISHED!!!! *spitting and frothing* (if you view the source to this file you'll see a lot of crappy notes I had been starting to write on this subject)