i'm new to vectors and wanted some clearification to what this says. I'm assuming I understand, but I have been wrong before.
instansiate a vecotor, assign that vectors iterator (counter) the address of the begining of the vecotor?Code:#include <vector> vector<int> v; vector<int>::iterator iter1 = v.begin();
does every vector container have an iterator?
please forgive me if i'm way off, but this is my first time even looking at a vector.



LinkBack URL
About LinkBacks


