Hi There,

I am currently learning how to use the STL classes, more specifically the containers list, vector and deque.

Using primitive types to create a container seems very straight forward but how would you use them to create a container of like objects ?

And how could you use the iterator to access the members of a user defined type iie a class ?

Thanks,

bigSteve