mobinTEY's blog

By mobinTEY, 12 years ago, In English

Hi all can you please tell me what "vector" in c++ ?

  • Vote: I like it
  • -19
  • Vote: I do not like it

»
12 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

"Vectors are sequence containers representing arrays that can change in size."

http://www.cplusplus.com/reference/vector/vector/