Path: utzoo!utgpu!water!watmath!julian!uwovax!16012_3045
From: 16012_3045@uwovax.uwo.ca (Paul Gomme)
Newsgroups: comp.lang.c
Subject: Re: Should I convert FORTRAN code to C?
Message-ID: <377@uwovax.uwo.ca>
Date: 15 Jun 88 15:33:41 GMT
References: <10655@agate.BERKELEY.EDU> <1857@hubcap.UUCP> <10023@ames.arc.nasa.gov> <10032@ames.arc.nasa.gov> <6551@sigi.Colorado.EDU>
Lines: 19
Organisation: University of Western Ontario, Canada

In article <6551@sigi.Colorado.EDU>, swarbric@tramp.Colorado.EDU (Frank Swarbrick) writes:
>    Am I totally missing something, or is this not a multidimentional array:
> int array[10][15];
> ??

	Try that sort of thing under MS-DOS, with a _BIG_ matrix -- try
something like:
	int array[200][200];
I've tried this sort of thing with Turbo C, and know someone who checked out
MSC for me.  The compiler choked on it because the array exceeds 64K.  However,
I've used a Fortran compiler which will let me create such matricies with
absolutely no complaint.
-------------------------------------------------------------------------
Paul Gomme                             E-Mail:
Department of Economics
University of Western Ontario          Bitnet:  p.gomme@uwovax.bitnet
London, Ontario, Canada                         p.gomme@uwovax.uwo.ca
N6A 5B7          
(519) 679-2111 ext. 6418