- #1
Yohanna99
- 3
- 0
Hi, beginner coder here. I have a somewhat solid understanding of both vectors and functions, and have used the two of them many times, but I'm have trouble coding functions that have vectors in their parameters and as their return values.
Another thing I'm having trouble with is calling the return value from a function when the parameter is a single vector. The c++ forum explains how to call the return when the parameters are variables and I get that but there's no example with vectors.
Thanks :)
Another thing I'm having trouble with is calling the return value from a function when the parameter is a single vector. The c++ forum explains how to call the return when the parameters are variables and I get that but there's no example with vectors.
Thanks :)