[rescue] Cooling (Long Message, sorry)

Joshua D Boyd jdboyd at cs.millersville.edu
Wed Apr 17 10:14:25 CDT 2002


On Tue, Apr 16, 2002 at 10:45:37PM -0500, Scott Newell wrote:
> >>   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).

Alright, I was surprised the float f[x][y] line got by the compiler.  I just
tried it because I was told to.  I didn't expect it to work, and have never
actually done that before.

-- 
Joshua D. Boyd



More information about the rescue mailing list