Vectors in C++ are a helpful way to store dynamic data. They also help you avoid having to deal with the not so flexible arrays that are inherited from the C programming language. This article is a beginner friendly introduction to vectors. It will show you some of their basic...