Iterator

Hi everyone,
So I was assigned to write a link list program by declaring list<string>myList
also using iterate class (STL). I think I don't understand what iterate is and how does that work. Do i need to create a separate header file for that? And what about list<string>myList?

Please help me out.
> Do i need to create a separate header file for that?

No. Just use the iterators provided by std::list<>


> I think I don't understand what iterate is and how does that work.

Read http://www.mochima.com/tutorials/STL.html
Topic archived. No new replies allowed.