Click here to Skip to main content
15,921,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: delete this questions Pin
Steve Messer26-Apr-05 12:02
Steve Messer26-Apr-05 12:02 
GeneralRe: delete this questions Pin
PJ Arends26-Apr-05 12:16
professionalPJ Arends26-Apr-05 12:16 
GeneralRe: delete this questions Pin
Steve Messer26-Apr-05 12:28
Steve Messer26-Apr-05 12:28 
GeneralRe: delete this questions Pin
PJ Arends26-Apr-05 12:54
professionalPJ Arends26-Apr-05 12:54 
GeneralRe: delete this questions Pin
Maximilien26-Apr-05 12:10
Maximilien26-Apr-05 12:10 
GeneralRe: delete this questions Pin
Brian R26-Apr-05 12:45
Brian R26-Apr-05 12:45 
GeneralRe: delete this questions Pin
PJ Arends26-Apr-05 13:21
professionalPJ Arends26-Apr-05 13:21 
GeneralRe: delete this questions Pin
Mayur Mahajan26-Apr-05 17:57
Mayur Mahajan26-Apr-05 17:57 
PJ Arends wrote:
Using it is a design decision, not "bad design". Abusing it is bad design, but then abusing anything is


I am in 100% agreement with you. Even the infamous 'goto' is cursed as a bad design paradigm. But circumstances govern their use in a few specialized cases. After all 'delete this' has certainly come to my rescue when I had to monitor the lifetime of an object using a reference counter similar to the COM classes. I seem a fair use of 'delete this' in such case. Also there are so many things in C++ that if abused screw up the program, better curse programming skill than curse a language

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GeneralRe: delete this questions Pin
David Crow27-Apr-05 2:54
David Crow27-Apr-05 2:54 
GeneralRe: delete this questions Pin
Mayur Mahajan27-Apr-05 7:28
Mayur Mahajan27-Apr-05 7:28 
GeneralRe: delete this questions Pin
Steve Messer26-Apr-05 16:44
Steve Messer26-Apr-05 16:44 
GeneralRe: delete this questions Pin
Bob Stanneveld27-Apr-05 8:49
Bob Stanneveld27-Apr-05 8:49 
GeneralInterrupt Service Routine Pin
Leelanga26-Apr-05 7:55
Leelanga26-Apr-05 7:55 
GeneralRe: Interrupt Service Routine Pin
David Crow26-Apr-05 8:16
David Crow26-Apr-05 8:16 
GeneralRe: Interrupt Service Routine Pin
Bob Stanneveld26-Apr-05 10:23
Bob Stanneveld26-Apr-05 10:23 
GeneralRe: Interrupt Service Routine Pin
David Crow26-Apr-05 16:40
David Crow26-Apr-05 16:40 
GeneralRe: Interrupt Service Routine Pin
Bob Stanneveld27-Apr-05 8:37
Bob Stanneveld27-Apr-05 8:37 
GeneralRe: Interrupt Service Routine Pin
Leelanga27-Apr-05 3:13
Leelanga27-Apr-05 3:13 
GeneralRe: Interrupt Service Routine Pin
Anonymous26-Apr-05 11:22
Anonymous26-Apr-05 11:22 
QuestionHow to get the absolute path of the virtual folder Pin
Sandeep. Vaidya26-Apr-05 6:45
Sandeep. Vaidya26-Apr-05 6:45 
AnswerRe: How to get the absolute path of the virtual folder Pin
Dean Michaud26-Apr-05 7:36
Dean Michaud26-Apr-05 7:36 
GeneralRe: How to get the absolute path of the virtual folder Pin
Anonymous26-Apr-05 21:03
Anonymous26-Apr-05 21:03 
GeneralQuestion on dialog create Pin
Anonymous26-Apr-05 6:10
Anonymous26-Apr-05 6:10 
GeneralRe: Question on dialog create Pin
Alex_Y26-Apr-05 8:01
Alex_Y26-Apr-05 8:01 
GeneralThread lock Pin
Alex_Y26-Apr-05 5:49
Alex_Y26-Apr-05 5:49 

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.