From: NOSPAMsl AT psycode DOT com (Gili) Newsgroups: comp.os.msdos.djgpp Subject: NEW, DELETE and realloc() Date: 5 Mar 1998 04:30:09 GMT Organization: Generation.NET Lines: 8 Message-ID: Reply-To: NOSPAMsl AT psycode DOT com NNTP-Posting-Host: portA20.Generation.NET Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, Is it possible to use realloc() on memory allocated using NEW? Is there a C++ equivilent? Also, is it possible to simply write my own NEW operator? If so, what does GCC do, simply reroute the command to malloc() and call that instead? Gili