I'm trying to create a two dimensional array. But if i try to create it, my program is crashing and i get a stackoverflow error.
I'm creating an Array of a class. The size of one class is 292 byte. My first dimension is 100 big and the other one is 255. So its 100*255*292 = 7446000bytes = ~7,44mb
Is my calcluation wrong?
I hope you can help me...