Array functions

Mar 17, 2011 at 3:24am
How do you make a function that returns an array?
Mar 17, 2011 at 3:31am
It kind of annoys me when people don't google their problem before making a post...I'm sure this would return plenty results. You could either pass the array you want to modify by reference or pass a pointer to the start of the array and return a pointer to the start of the modified array,
Mar 19, 2011 at 3:18am
you can make a function that will populate your array with a new set of numbers?

your questions seems to be kinda wide. narrow it . what exactly do you mean by "return an array"?
Mar 19, 2011 at 4:38am
As I remember, there is no array return allowed from a function. Anyone explain it more...
Last edited on Mar 19, 2011 at 4:38am
Topic archived. No new replies allowed.