In general terms, what is fast ? Method 1 or method 2 ???
As a general rule, what is best (in terms of speed) :
1.- Create vectors, pass to a classB by ref, use it from class A .
2.- Use the vector from classB ?
And as general rule, what is best for a vector, pass by ref or by pointer ??? (or it is the same?)