First steps using modern C++
Improving Stability with Modern C++, Part 2 — Range-Based For-Loops
by Ralph Kootker, FactSet
From the article:
Last time we began FactSet’s journey into modern C++ with the new keywords nullptr and override. This week we'll explore a new language feature introduced in C++11, the range-based for-loop.
Add a Comment
Comments are closed.