Path: utzoo!attcan!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!cs.utexas.edu!ut-emx!walt.cc.utexas.edu!readdm From: readdm@walt.cc.utexas.edu (David M. Read) Newsgroups: comp.lang.c Subject: Re: Large arrays in MSDOS Message-ID: <20097@ut-emx.UUCP> Date: 25 Oct 89 17:36:09 GMT References: <4010005@hpcvca.CV.HP.COM> Sender: news@ut-emx.UUCP Reply-To: readdm@walt.cc.utexas.edu (David M. Read) Organization: UT-Austin / The Institute for Leisurely Studies Lines: 19 In article <4010005@hpcvca.CV.HP.COM> scott@hpcvca.CV.HP.COM writes: > >Hello, > >I've been having a problem trying to use an array greater than 64k on >an msdos machine. What I have is the following: > Remember that the 80x86 processors use segmented architecture, so 64K is a kind of barrier. The way to get around the barrier is with use of the 'huge' keyword. Read the manuals closely, for there are some limitations on what you can do with it. ---------------------------------------------------------------------------- David M. Read best -=> readdm@walt.cc.utexas.edu all-else-fails -=> read@physics.utexas.edu "...[he's] stupid and he's ignorant but he's got guts...and guts is enough!" ----------------------------------------------------------------------------