From 319836195171993783
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,1ac63fff730e7d59
X-Google-Attributes: gidf78e5,public
From: Pete Becker <petebecker@acm.org>
Subject: Re: C++ Memory Allocation Bashing
Date: 1999/08/14
Message-ID: <37B47695.DC8BBF6A@acm.org>#1/1
X-Deja-AN: 512556930
Content-Transfer-Encoding: 7bit
Approved: Fergus Henderson <fjh@cs.mu.oz.au>
References: <37b445e8.82613572@news.airmail.net> <37B42996.4580B88E@lucent.com> <37B4548F.20AC@wanadoo.fr>
X-Original-Date: Fri, 13 Aug 1999 15:48:37 -0400
X-Accept-Language: en
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: news@news.unimelb.edu.au
X-Trace: izvestia.its.unimelb.edu.au 934619187 2523 128.250.29.17 (14 Aug 1999 08:26:27 GMT)
Organization: Road Runner
X-Auth: PGPMoose V1.1 PGP comp.std.c++ iQBFAgUAN7UoJOEDnX0m9pzZAQHfGAF/Ttoy45N8xYwO/uUncoUn80FZOCnE9cKC JNhyySw75y6RN3XtoIkqmoKCI+0G115/ =pdtE
Mime-Version: 1.0
NNTP-Posting-Date: 14 Aug 1999 08:26:27 GMT
Newsgroups: comp.std.c++

Valentin Bonnard wrote:
> 
> > #define NEW new (dmalloc, __FILE__, __LINE__)
> > #define new NEW
> 
> A lengthy way to write:
> 
> #define new new (dmalloc, __FILE__, __LINE__)
> 
> which shows that he doesn't even understand the
> preprocessor.
> 

He's probably been reading Microsoft's headers -- that's one of the
dirty tricks that MFC uses.

-- 
Pete Becker
Dinkumware, Ltd.
http://www.dinkumware.com
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]



