Bustard
Saturday, 17 August 2013
what is .at() function really do in vector c++
what is .at() function really do in vector c++
What is a difference about inserting a value to the vector between these
two methode :
vector<int> vectorlist (12);
vectorlist[12]=23;
Versus:
vector<int> vectorlist (12);
vectorlist.at
(12)=23;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment