From: kds Subject: Re: Colour blocks in the corner... To: dj AT ctron DOT com (DJ Delorie) Date: Thu, 8 Jul 1993 10:26:01 -0400 (EDT) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > > > > When I work with array indicies that go beyond 383 by 256, my code dies. > > My arrays are typedef'd as of [size][size]; there are characters arrays, > > floats, and signed integers. These numbers seem ridiculously small to be > > blowing out anything, so: > > The best thing to do is try to create a smallest program that causes > the problem so that others (like myself) can work on fixing it. The > smaller the test program, the better. > > DJ > That's strange!! Last night I was running a program that multiplies 2 500x500 matrices storing the result on a 500x500 matrix. No problems at all. The arrays are of type 'double'!! The problem could be caused from passing the arrays to functions. If that's the case make sure you define them globally. I don't usually typedef my arrays. Take out the typedef's for the arrays and see if that makes any difference. kds AT zeus DOT cis DOT temple DOT edu || kds AT zoro DOT cis DOT temple DOT edu || kds AT jedi DOT cis DOT temple DOT edu