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.
A question, I haven't messed with vectors or anything. Isn't that a "Vector Array" ?