Path: utzoo!utgpu!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!rutgers!mailrus!cornell!uw-beaver!uw-june!david From: david@june.cs.washington.edu (David Callahan) Newsgroups: comp.lang.c++ Subject: Overloading operator new() Message-ID: <5949@june.cs.washington.edu> Date: 4 Oct 88 23:37:26 GMT Reply-To: david@uw-june.UUCP (David Callahan) Organization: U of Washington, Computer Science, Seattle Lines: 9 Stroustrup lists the "new" operator as one that can be overloaded. I'm not exactly sure what functionality this provides (over assigning into "this" in the constructor) and I know I can't get the syntax right. Could someone show me an example of "new" being overloaded and how it would be used? Thanks in advance, david callahan