const list<int> numbers; for(list<int>::const_iterator it = numbers.begin(); it != numbers.end(); it++) cout << *it << endl;