>> int x = 3; >> int y = 4; >> float f[x][y]; > >Ok... I'm suprised this even compiles. Me too, especially the non-constant array size declaration. Is it a GCC-ism? (Borland and Diab don't like it). newell