I just started learning C++ and have a question about vectors.
The book I\'m reading states that if I want to extract the size of a vector of type double (for example), I should
Java does not have unsigned integer types, so they have to go with int.
Contrarily, C++ does and uses them where appropriate (where negative values are nonsensical), the canonical example being the length of something like an array.