i am new to c++ and learning about vectors now and vector member functions, so my question is more a logical question.
my question is dealing with the .begin() member function, i now it sends the iterator to beginning of vector but i am confused on what it returns. i am thinking it returns a container but a bit unsure
if someone could please clarify this for me please. thanks a lot.