Search:
Forum
General C++ Programming
Can vectors be passed in function parame
Can vectors be passed in function parameters?
Apr 24, 2011 at 1:52am UTC
rjmckinley
(3)
Can and How do you pass a string vector from function to function?
Apr 24, 2011 at 1:58am UTC
Athar
(4466)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs