X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Mok-Kong Shen Newsgroups: comp.os.msdos.djgpp Subject: Trouble of using very large arrays Date: Thu, 22 Apr 2004 14:20:52 +0200 Organization: T-Online Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1082636307 03 16551 b7mKGtWvbj0ZS+8C 040422 12:18:27 X-Complaints-To: usenet-abuse AT t-online DOT de X-ID: XdVOEcZBYeDKi--klZJw3udLbiiQtCt31-aLEfX54C+WAsuUcIw16F User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have difficulty in using very large arrays. In a simple program I could have 'unsigned int a[70000][2]' without problem but with 'unsigned int a[80000][2]' the program aborts without even the code being changed to access the increased new part of the array. Why is this so? Thanks in advance. M. K. Shen