Click here to Skip to main content
15,923,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMapping Accelerator to Dialog Boxes. Pin
Jawache19-May-03 0:24
Jawache19-May-03 0:24 
GeneralRe: Mapping Accelerator to Dialog Boxes. Pin
Jawache19-May-03 0:36
Jawache19-May-03 0:36 
QuestionHow to send email ? Pin
Nguyen Huynh Hung19-May-03 0:12
Nguyen Huynh Hung19-May-03 0:12 
AnswerRe: How to send email ? Pin
Dominik Reichl19-May-03 0:53
Dominik Reichl19-May-03 0:53 
AnswerRe: How to send email ? Pin
Renjith Ramachandran19-May-03 6:13
Renjith Ramachandran19-May-03 6:13 
GeneralTracking Memory Allocations Pin
The_Server19-May-03 0:02
The_Server19-May-03 0:02 
GeneralRe: Tracking Memory Allocations Pin
Vikram A Punathambekar19-May-03 0:09
Vikram A Punathambekar19-May-03 0:09 
GeneralRe: Tracking Memory Allocations Pin
Neville Franks19-May-03 0:29
Neville Franks19-May-03 0:29 
Vikram Punathambekar wrote:
I'm assuming you meant to say overload , because new and delete are not functions; they are operators. In that case, no- these operators CANNOT be overloaded.

Vikram, I'm afraid you aren't right. The new operator calls a function to allocate memory and you can overload or rewrite that. There is also "placement new". Look up a good C++ reference for more info. "More Effectiver C++" covers this briefly. And there maybe articles here on CP about overloading new and delete if my memory serves me correctly.

Neville Franks, Author of ED for Windows. Free Trial at www.getsoft.com
GeneralRe: Tracking Memory Allocations Pin
Vikram A Punathambekar19-May-03 0:55
Vikram A Punathambekar19-May-03 0:55 
GeneralRe: Tracking Memory Allocations Pin
Vikram A Punathambekar19-May-03 1:08
Vikram A Punathambekar19-May-03 1:08 
GeneralRe: Tracking Memory Allocations Pin
pankajdaga19-May-03 0:48
pankajdaga19-May-03 0:48 
GeneralRe: Tracking Memory Allocations Pin
Vikram A Punathambekar19-May-03 0:57
Vikram A Punathambekar19-May-03 0:57 
GeneralRe: Tracking Memory Allocations Pin
The_Server21-May-03 0:34
The_Server21-May-03 0:34 
GeneralRe: Tracking Memory Allocations Pin
The_Server21-May-03 0:35
The_Server21-May-03 0:35 
GeneralRe: Tracking Memory Allocations Pin
pankajdaga21-May-03 0:57
pankajdaga21-May-03 0:57 
GeneralRe: Tracking Memory Allocations Pin
The_Server21-May-03 23:28
The_Server21-May-03 23:28 
GeneralRe: Tracking Memory Allocations Pin
Anonymous19-May-03 0:37
Anonymous19-May-03 0:37 
GeneralSerializing multiple dynamic objects Pin
Frank Christensen18-May-03 23:27
Frank Christensen18-May-03 23:27 
GeneralRe: Serializing multiple dynamic objects Pin
Martyn Pearson19-May-03 0:17
Martyn Pearson19-May-03 0:17 
GeneralRe: Serializing multiple dynamic objects Pin
BadJerry19-May-03 1:45
BadJerry19-May-03 1:45 
GeneralMicrosoft Networking Pin
SatyaDY18-May-03 22:43
SatyaDY18-May-03 22:43 
GeneralRe: Microsoft Networking Pin
David Crow19-May-03 2:24
David Crow19-May-03 2:24 
GeneralRe: Microsoft Networking Pin
SatyaDY19-May-03 18:12
SatyaDY19-May-03 18:12 
GeneralRe: Microsoft Networking Pin
David Crow20-May-03 2:14
David Crow20-May-03 2:14 
GeneralWinXP like option tree Pin
Steve Messer18-May-03 22:32
Steve Messer18-May-03 22:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.