vector

From: john townsley (johntownsley_at_optusnet.com.au)
Date: 02/28/05


Date: Mon, 28 Feb 2005 19:34:38 +1100

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.