Hello. I'm having difficulty making a dynamic 2D array. I only know the sizes of the array during run time. Although it might look like I haven't done anything, I have actually tried all kinds of combinations and things but I just can't seem to get it to work.
I want to create an array board[x][y] of custom type boardtype.
Please help.
I want to create an array board[x][y] of custom type boardtype.
Please help.