I have an iterator (it) pointing into my map<string,Car*>. How do I access my Car* (Car is a class I created)?
This is a discussion on How do I access data in a STL Map? within the C++ Programming forums, part of the General Programming Boards category; I have an iterator (it) pointing into my map<string,Car*>. How do I access my Car* (Car is a class I ...
I have an iterator (it) pointing into my map<string,Car*>. How do I access my Car* (Car is a class I created)?