From: "Alex" <alexxwaag AT prodigy DOT net>
Newsgroups: comp.os.msdos.djgpp
Subject: Memory problem, (I think)
Date: Thu, 16 Dec 1999 22:32:53 -0700
Organization: Prodigy Internet http://www.prodigy.com
Lines: 24
Message-ID: <83ci0u$84lc$1@newssvr03-int.news.prodigy.com>
NNTP-Posting-Host: dnvrb111-43.splitrock.net
X-Trace: newssvr03-int.news.prodigy.com 945408862 4755311 209.156.135.204 (17 Dec 1999 05:34:22 GMT)
X-Complaints-To: abuse AT prodigy DOT net
NNTP-Posting-Date: 17 Dec 1999 05:34:22 GMT
X-Newsreader:  Microsoft Outlook Express 5.00.2615.200
X-MSMail-Priority:  Normal
X-Priority:  3
X-Mimeole:  Produced By Microsoft MimeOLE V5.00.2615.200
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com


Ok here's my problem. This works:
int main()
{
char thing[10000][400]
}

But this doesn't:
#include <conio.h>
int main()
{
char thing[10000][400]
getch();
}

Can anyone tell me why??? This problem is really getting to me, any help
will be a godsend!!!


Thanks in advance,

alexwaag AT prodigy DOT net