Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!apple!well!al From: al@well.sf.ca.us (Alfred Fontes) Newsgroups: comp.windows.ms.programmer Subject: C++ users: what are you doing about memory? Message-ID: <23261@well.sf.ca.us> Date: 21 Feb 91 13:36:10 GMT Distribution: comp Lines: 7 I was wondering how people out there are handling the memory situation. My own method is to overload ::operator new() and lock the segment for as long as I'm using it. I have the luxury of not worrying about real mode. I would like to know if other people are doing the same thing. If so, how are you implementing new()?