Software Design Using C++

An Online Book

Old Version -- No Longer Maintained

Please Refer to the New Version

Loop Properties

The following summarizes some of the basic properties of loops in C++. This can be useful in deciding which loop to use and in avoiding problems in coding. See also the Programming Patterns section for some commonly-used patterns involving loops.


Back to the main Software Design Page