The dynamic array vector container is not involved in the daily programming course,but is often used in the ACM/ICPC competitions,so it is necessary to be introduced.In this paper,the use of the vector container is introduced in detail,such as creating a vector object,inserting elements in the vector object,deleting elements in the vector object,modifying the value of the elements in the vector object,the common member functions and algorithms of the vector container.Through learning,students can have a comprehensive understanding of the vector conta...