Modern C++:Efficient and Scalable Application Development
上QQ阅读APP看书,第一时间看更新

Looping

Most programs will need to loop through some code. C++ provides several ways to do this, either by iterating with an indexed value or testing a logical condition.