Re: Per object static array sizing

2009-11-20 Thread Saaa
Also random accessing the array :)

Per object static array sizing

2009-11-20 Thread Saaa
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!