Message-ID: From: George Kinney To: "'djgpp AT delorie DOT com'" Subject: Re: Please help...matrix problem with Allegro Date: Thu, 7 Oct 1999 14:58:09 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com >What do you mean initialize to zero? Do you mean like matrix[x][y] = 0 >or do something else? You could, but: memset( matrix, 0, [[matrix x-size] * [matrix y-size]] ) would be quicker.