Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!spool.mu.edu!munnari.oz.au!bruce!monu0.cc.monash.edu.au!monu6!jas From: jas@monu6.cc.monash.edu.au (mr j.a. grant) Newsgroups: comp.lang.c++ Subject: Memory Access Keywords: Linked list Message-ID: <1991May15.025525.13136@monu6.cc.monash.edu.au> Date: 15 May 91 02:55:25 GMT Article-I.D.: monu6.1991May15.025525.13136 Distribution: aus Organization: Caulfield Campus, Monash University, Melb., Australia. Lines: 11 Simple Question? I have an IBM 386 with 4Meg total memory (640=Dos, 3328=Extended) I am running C++ under Dos 4.00 - I have BorlandC, but I would prefer to dodge object orientated at this stage. Q: I wish to construct a simple list which may require >2 Meg of memory. Is there a simple way to generate this list - I was hoping that mallocing a new pointer would find my free memory, but this doesn't appear to be so.