If you know arrays in C and C++, vectors are a modern and very flexible form of arrays in C++, maybe we can say they are like modern linked lists. One of the most used and very useful things is std::vector. In this article, we describe the differences between std::vector and std::array in C++ and you can also visit our website.