|
I need some advice about using the iterator. I specifically need to know the following: I need to compare something with something else. I use the iterator to go through a vector to find one of these values. However, this value is stored in an object held in the vector. How do I use a "get" function when using the iterator? |