November 20, 2009
Is it possible to have different objects of the same class have (refs to)
different sized static arrays?
I loop through the 2D arrays diagonally and as far as I understand arrays,
dynamic ones don't really like this.
Thanks!


November 20, 2009
Also random accessing the array :)