Stack Overflow Exception when declaring multidimensional arrays
问题 I'm somewhat new to programming in general and I've run into an issue with declaring 3D and 4D arrays. I have several declarations like this at the start of my main function, but I've narrowed the problem down to these 4: string reg_perm_mark_name[64][64][64]; short reg_perm_mark_node_idex[64][64][64]; short reg_perm_mark_rot[64][64][64][4]; short reg_perm_mark_trans[64][64][64][3]; When I run my program with these, I get "System.StackOverflowException" in my executable. I would much prefer a