Xref: utzoo comp.lang.c:35593 comp.os.msdos.programmer:3014 comp.lang.c++:11336 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!pacbell.com!ucsd!hub.ucsb.edu!6600m00n From: 6600m00n@ucsbuxa.ucsb.edu (Steelworker) Newsgroups: comp.lang.c,comp.os.msdos.programmer,comp.lang.c++ Subject: Re: Turbo C++ overlays Message-ID: <8606@hub.ucsb.edu> Date: 29 Jan 91 07:50:18 GMT References: <26541@uflorida.cis.ufl.EDU> Sender: news@hub.ucsb.edu Reply-To: 6600m00n@ucsbuxa.ucsb.edu Distribution: usa Organization: University of California -- Santa Barbara Lines: 14 In-reply-to: jdb@reef.cis.ufl.edu's message of 28 Jan 91 15:34:10 GMT In article <26541@uflorida.cis.ufl.EDU> jdb@reef.cis.ufl.edu (Brian K. W. Hook) writes: ... - Now, it is stored on disk, and do to the way it is constructed I don't want - to access small chunks. I want all or nothing of it in memory. So, to - conserve memory, could I have MAIN.C the main program, and make MAP.C into - an overlaid file? Would this have it automatically use VROOM to swap - the mega array out of memory? E.g. ... Nope. Your best bet is to swap to ems, or back to disk. Robert Blair 6600m00n@ucsbuxa.ucsb.edu