Quote: Originally Posted by MrSm!th Doch, Iteratoren.
for(std::vector<T>::iterator it = v.begin(); it != v.end(); ++it) { /* std::cout << *it; ... */ }