Container std::vector doesn't have member function std::vector::length.
Container std::vector doesn't have member function std::vector::count.
std::vector::capacity returns the amount of memory useed.
std::vector::size returns the number of elements in the container.
Login in to like
Login in to comment