Date: Thu, 31 Jul 1997 16:50:09 -0400 (EDT) From: Timothy Robb To: djgpp AT delorie DOT com Subject: 2d matrix class/c++ problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I'm trying to get a 2d matrix class to work which seems to compile fine but crashes whenever I try to access data elements. If you're interested in taking a look at the code it is available at http://www.geocities.com/SiliconValley/Vista/7489/test.zip One of the problems is that when I try to use the class under VC++ (when trying to find out why it does not work) I had some weird read/write errors. Under DJGPP it does not have the same problems but when in the "driver.cxx" I set a real or imagery component (.real or .image) then display the matrix it doesn't come out corrently. Can someone please help me. Thank you in advance. Timothy Robb