What exactly are iterators in the C++ STL?
In my case, I\'m using a list, and I don\'t understand why you have to make an iterator std::list
list
std::list
There already exists a lot of good explanations of iterators. Just google it.
One example.
If there is something specific you don't understand come back and ask.