Name: Anonymous 2009-08-28 12:46
Is it faster to iterate through stl vector with the [] operator or an iterator?
I would think that the iterator is faster but I'm too lazy to test.
I would think that the iterator is faster but I'm too lazy to test.