From: your AT name DOT here (Kirk Hobart) Newsgroups: comp.os.msdos.djgpp Subject: Re: Incomprehensible messages when attempting to run program Date: Sat, 03 Oct 1998 08:38:18 GMT Organization: Airnews.net! at Internet America Lines: 7 Message-ID: <37AEBD6058D126E4.95E0EB03B25C8425.45118F40D6B75807@library-proxy.airnews.net> X-Orig-Message-ID: <3616e21d DOT 17763073 AT library DOT airnews DOT net> References: Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library.airnews.net NNTP-Posting-Time: Sat Oct 3 03:38:34 1998 NNTP-Posting-Host: $jljJ+CQrX1GLmH0d%T0Be1BFCh,,>Bl.F%+TMKB (Encoded at Airnews!) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.5/32.452 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Graham Watkins wrote: > for (c = 0; b < 10; c++) > { > random_array[a][b][c] = rand(); > } I think you meant c < 10 instead of b < 10