vector

A faster std::vector

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:

Tags:

Subscribe to RSS - vector