Hi all,
I am learning the fundamentals of STL my question is:
In a vector container, I can manipulate and ''cout' the contents
of my vectors for built-in data types.
I learned how to move in the vector with iterators.
but how to apply my class function to an object
pointed by the iterator?
DO I need a overloaded operator << ??
Thanks,
Odie
