Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!usc!elroy.jpl.nasa.gov!aero!aerospace.aero.org!slewis From: slewis@aerospace.aero.org Newsgroups: comp.lang.c++ Subject: Help wanted overiding new operator Message-ID: <80425@aerospace.AERO.ORG> Date: 8 Aug 90 17:16:39 GMT Sender: news@aerospace.aero.org Reply-To: slewis@aerospace.aero.org () Organization: The Aerospace Corporation, El Segundo, CA Lines: 6 I am trying to override the new operator to substitute my own memory allocation scheme which will guarantee that the memory returned is zeroed and log the memory use. Does anyone have some code which demonstrates how new may be overridden for all classes.