Can vectors be passed in function parameters?

Can and How do you pass a string vector from function to function?
Same as every other type.
However, you should pass it as a reference to avoid a copy being made.
Topic archived. No new replies allowed.