mathmari
Gold Member
MHB
- 4,984
- 7
I like Serena said:Yep. That is correct.
Great! (Yes) Thank you for your help! (Happy)
I like Serena said:Btw, any reason that the return value is "void *" instead of "void"?
And that you execute "pointer++" when you make no use of the incremented value?
I used pointers to return the array and use it in the main function..