J
john townsley
in c++ (vc6++) if I have a vector conatiner. I simply add items to a vector
and i want to see how many items I now have.
How do I do this because resize,size,capacity doesnt give the number of
items stored in the vector.
and i want to see how many items I now have.
How do I do this because resize,size,capacity doesnt give the number of
items stored in the vector.