|
-
February 17th, 2004, 06:21 PM
#1
vector and class objects
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|