Containers for storing data are one of many great features of the C++ Standard Library. Despite their advantages, to initialize them, and to loop over them was not always easy. Fortunately, the C++11 standard has made life easier, as I will explain below with examples. Disclaimer: this information has