Loop • a way to repeat some statement • a loop variable or a control variable • an initializer for the loop variable, here 0 • a termination criterion, here that we want to go through the loop 100 times • the body of the loop
Cpp
my conspect of the Stroustrup C++ book. + additional C++ topics.