Hello,
I need to initialize a 2 dimensional square arrays of structures. The size of array I get from the user. I can
do one-dimensional array, but I don't know how to specify the size of array when I want to do it 2D. I want
to do it using 'new' operator.
Thanks, michi.
I need to initialize a 2 dimensional square arrays of structures. The size of array I get from the user. I can
do one-dimensional array, but I don't know how to specify the size of array when I want to do it 2D. I want
to do it using 'new' operator.
Thanks, michi.
Comment