Trouble passing structure/vector index as arguments

I have to call a private function and pass a structure in a vector at an index as an argument. Any idea what that syntax should look like?
Last edited on
privateFunc(vec[index]); ?
Can you be a little more clearer to what you need? Try coding a minor example.
Thanks guys, I got it!
A question, I haven't messed with vectors or anything. Isn't that a "Vector Array" ?
Topic archived. No new replies allowed.