Dear all,

As my title suggests, if I define the object vec1 by:
Code:
vector<double> vec1;
How can I define a pointer to vec1 and pass it to another function? Thanks a lot..