mobinTEY's blog

By mobinTEY, 10 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

»
10 years ago, # |
  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/