Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Delete object, necessaray?? Pin
Maximilien14-Dec-04 2:27
Maximilien14-Dec-04 2:27 
AnswerRe: Delete object, necessaray?? Pin
V.14-Dec-04 3:00
professionalV.14-Dec-04 3:00 
GeneralRe: Delete object, necessaray?? Pin
toxcct14-Dec-04 4:29
toxcct14-Dec-04 4:29 
GeneralRe: Delete object, necessaray?? Pin
V.14-Dec-04 4:38
professionalV.14-Dec-04 4:38 
GeneralRe: Delete object, necessaray?? Pin
toxcct14-Dec-04 4:53
toxcct14-Dec-04 4:53 
GeneralRe: Delete object, necessaray?? Pin
David Crow14-Dec-04 5:24
David Crow14-Dec-04 5:24 
AnswerRe: Delete object, necessaray?? Pin
tpndtbk14-Dec-04 3:30
tpndtbk14-Dec-04 3:30 
GeneralRe: Delete object, necessaray?? Pin
tpndtbk14-Dec-04 3:34
tpndtbk14-Dec-04 3:34 
And in the following case:

I have
ObjectA a = new ObjectA();

//...

Do I have to delete a (delete a) before I create a new ObjectA and assign it to a??
a = new ObjectA();
GeneralRe: Delete object, necessaray?? Pin
Jon Hulatt14-Dec-04 4:19
Jon Hulatt14-Dec-04 4:19 
GeneralRe: Delete object, necessaray?? Pin
David Crow14-Dec-04 5:36
David Crow14-Dec-04 5:36 
AnswerRe: Delete object, necessaray?? Pin
toxcct14-Dec-04 4:36
toxcct14-Dec-04 4:36 
Generala ftp server where download XP for free Pin
Anonymous14-Dec-04 1:21
Anonymous14-Dec-04 1:21 
GeneralRe: a ftp server where download XP for free Pin
Antony M Kancidrowski14-Dec-04 1:42
Antony M Kancidrowski14-Dec-04 1:42 
GeneralRe: a ftp server where download XP for free Pin
Jon Hulatt14-Dec-04 4:20
Jon Hulatt14-Dec-04 4:20 
GeneralRe: a ftp server where download XP for free Pin
toxcct14-Dec-04 4:27
toxcct14-Dec-04 4:27 
GeneralSerialization Pin
AslFunky14-Dec-04 1:17
AslFunky14-Dec-04 1:17 
GeneralRe: Serialization Pin
Ravi Bhavnani14-Dec-04 7:52
professionalRavi Bhavnani14-Dec-04 7:52 
GeneralCapturing BitMap using DirectShow Pin
tspramod14-Dec-04 1:10
tspramod14-Dec-04 1:10 
Generalrotating a bitmap Pin
Arrun13-Dec-04 23:55
Arrun13-Dec-04 23:55 
GeneralRe: rotating a bitmap Pin
namaskaaram14-Dec-04 0:39
namaskaaram14-Dec-04 0:39 
GeneralException in CPropertySheet::OnInitDialog() Pin
Avya13-Dec-04 23:52
Avya13-Dec-04 23:52 
GeneralRe: Exception in CPropertySheet::OnInitDialog() Pin
Antony M Kancidrowski14-Dec-04 1:12
Antony M Kancidrowski14-Dec-04 1:12 
GeneralRe: Exception in CPropertySheet::OnInitDialog() Pin
Avya15-Dec-04 21:47
Avya15-Dec-04 21:47 
GeneralDelete Temporary Internet File Pin
Rajesh_K_Sharma13-Dec-04 23:06
Rajesh_K_Sharma13-Dec-04 23:06 
GeneralRe: Delete Temporary Internet File Pin
Ravi Bhavnani14-Dec-04 0:30
professionalRavi Bhavnani14-Dec-04 0:30 

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.