Message-Id: <199809232108.XAA23784@d1o22.telia.com> From: "Johan Henriksson" To: "DJGPP mailinglist" Subject: Dynamic vs. Static arrays Date: Wed, 23 Sep 1998 23:08:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Precedence: bulk Johan Henriksson #12035895 Pri: johan DOT henriksson AT borlange DOT mail DOT telia DOT com Sec: jhe75 AT hotmail DOT com HTTP://come.to/jhewok I started my work on JHeCL, another com. library. I want to optimize the FIFO so here's the question: Is it faster to access a static array than accessing a dynamic one. And how do I create a 1Dim Dyn. array under DJGPP? Thanks in advance!