Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!uw-beaver!cornell!llenroc!batcomputer!rpi!fechuny From: fechuny@aix01.aix.rpi.edu (felix chung yau) Newsgroups: comp.lang.c Subject: Re: Large 2D array woes... Message-ID: Date: 14 Mar 91 04:37:42 GMT References: <1991Mar3.235114.12154@nntp-server.caltech.edu> Followup-To: fechuny@aix.rpi.edu Organization: RPI Lines: 9 Nntp-Posting-Host: aix01srv.aix.rpi.edu I am a new programer in C and was wondering if someone could help me with a problem I have in using a two dimensional array. I am currently using Microsoft Quick C and my problem is in dimensioning an integer array like test[400][400]. When I compile the program I get the message "allocation exceeds 64k". I have tried using the "far" keyword to define the variable as a far pointer but that does not seem to work. I was wondering if there is a better way to define and handle large arrays. Thank you in advance.