From: "Alessandro Monopoli" Newsgroups: comp.os.msdos.djgpp References: <83ci0u$84lc$1 AT newssvr03-int DOT news DOT prodigy DOT com> Subject: Re: Memory problem, (I think) Lines: 33 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Sat, 18 Dec 1999 01:30:32 GMT NNTP-Posting-Host: 151.21.96.116 X-Complaints-To: abuse AT libero DOT it X-Trace: news.infostrada.it 945480632 151.21.96.116 (Sat, 18 Dec 1999 02:30:32 MET) NNTP-Posting-Date: Sat, 18 Dec 1999 02:30:32 MET Organization: [Infostrada] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alex wrote in message 83ci0u$84lc$1 AT newssvr03-int DOT news DOT prodigy DOT com... > > Ok here's my problem. This works: > int main() > { > char thing[10000][400] > } > > But this doesn't: > #include > int main() > { > char thing[10000][400] > getch(); > } I'm sure it's not so, but try to put the ';' after the matrix declaration. As I said, I'm sure it isn't for this reason, but you can try! Bye! -- Alessandro Monopoli ---------------------------- A Fate awaits us in the night ----------------------------