How do I return both multidimensional and unidimensional arrays, from C++ functions? Please explain completely!
return MArray[][];
return Array[];
How do I return both multidimensional and unidimensional arrays, from C++ functions? Please explain completely!
return MArray[][];
return Array[];