// REMEMBER TO REPLACE '???' // with the data structure to iterate on for(int i=0; i<???; ++i) {} for(auto it=???.begin(); it!=???.end(); ++it) {} for(auto &obj : ???) {}