Message-ID: <3578B893.620097B8@ipass.net> From: Terry MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Whats wrong with this code?? References: <357727A4 DOT A4DDD451 AT pipeline DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 9 Date: Sat, 06 Jun 1998 03:38:38 GMT NNTP-Posting-Host: ts9-81-ppp.ipass.net NNTP-Posting-Date: Fri, 05 Jun 1998 23:38:38 EDT Organization: iPass.Net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Well, for one the dimension on "points" is one to small. CUBE points[7]; Using this, you can only use subscripts points[0] to points[6]; I don't know if that is the total problem but maybe a small part. Terry