Submitted by anoko on Mon, 09/30/2013 - 02:34
This article is about using the std::vector class in the C++ programming language. The std::vector is a useful class for many things. However, when storing integral data types such as an int in a vector, there can be some overhead involved. For example, when we use a vector like this: