The summary of this post is that if you are using a c++ Standard Template Library (STL) container and you need to iterate through it… use an iterator… That is what they are there for. I admit, I am not the greatest c++ coder but I can generally find my way around without too much […]