Date: Tue, 25 Feb 1997 09:57:16 +0200 (IST) From: Eli Zaretskii To: Brian Osman cc: djgpp AT delorie DOT com Subject: Re: Variable length array ? In-Reply-To: <330B4A0D.7231@rpi.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 19 Feb 1997, Brian Osman wrote: > > So, my question is - may I use VLA this way : dynamicaly increase the > > array's size ? > > Is this a special feature of djgpp? I've never seen anything like that. Yes, it's specific to gcc. You can read about it if you type this from the DOS prompt: info gcc "C Extensions" "Variable Length"