I have an input stream that consists of floats. I have a std::vector< std::vector<float> >, because the data is really several columns of numbers, each of which I want to keep seperate. I'm trying to ...
I'm wondering what the most efficient (convenient is a bonus) method for traversing an STL container, for example vector or list.<BR><BR>Take vector for example ...