Are you talking about the STL container or the geometric vector?
The use of the word vector for the STL container is unfortunate. It creates a lot of confusion for me
As far as geometric vectors are concerned, there is no simple multiply of two vectors. There is a dot product and cross product and they produce very different results.
If you're talking about the STL container, it's a container, not a math term. If you want to multiply the contents of two vectors and sum the results, you'll have to write your own routine.
the vector im reffering to this is the vector use for extending the number of times a user can input...
vector 1= directs to a dynamic memory
vector 2= refers to the quantity of vector 1
vector 3= refers to the corresponding value each vector 1 points to
vector 4= product of vector 2 and 3