Category: General

Is STD Vector a pointer?

Is STD Vector a pointer? The std::vector::data() is an STL in C++ which returns a direct pointer to the memory array used internally by the vector to stor...