Hi,

I'm learning C++ this year, and i have to work with vector's in my first project.

Can anyone tel me were i can find sample codes using vectors and code references?

In this project i have to use several vectors and "connect" there data.
Exmp.:
2 vectors:
vector cars
vector owners

The same owner can have an unlimited number of cars, so those 2 vectors must be "connected".

Can anyone help me where i can find good C++ vector examples?