I'm trying to write some c99 standard code and compile it with gcc 3.4.4 with the net beans IDE. To my surprise there are several features of the new standard that gcc does not support.
Does anyone know of a way to use variable length arrays using my current compiler?
Does anyone know of a way to use variable length arrays using my current compiler?
Comment