Venturio
March 27th, 2009, 02:29 PM
Hi, quick question:
Say I have a function "test()" that accepts an array<int>^ as a parameter.
In another function I have a two dimensional array: array<int, 2>^ matrix.
How can I easily pass e.g. the 2nd row of the matrix as a one dimensional array to the test() function?
Thanks.
Say I have a function "test()" that accepts an array<int>^ as a parameter.
In another function I have a two dimensional array: array<int, 2>^ matrix.
How can I easily pass e.g. the 2nd row of the matrix as a one dimensional array to the test() function?
Thanks.