0
Vectors in C++
Can someone please explain me how can I find the size of vector passed to a function if function declaration is given by function(const vector<int> &v); kindly explain calling v.size() is not working for me. Thanks in advance.
1 Odpowiedź
+ 2
What do you mean it's not working? It should