Click here to Skip to main content
15,918,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVirtual destructors Pin
tom groezer5-Jul-07 9:53
tom groezer5-Jul-07 9:53 
AnswerRe: Virtual destructors Pin
Steve Echols5-Jul-07 10:04
Steve Echols5-Jul-07 10:04 
GeneralRe: Virtual destructors Pin
mid=57416-Jul-07 1:40
mid=57416-Jul-07 1:40 
GeneralRe: Virtual destructors Pin
Steve Echols6-Jul-07 1:59
Steve Echols6-Jul-07 1:59 
AnswerRe: Virtual destructors Pin
David Crow5-Jul-07 10:13
David Crow5-Jul-07 10:13 
AnswerRe: Virtual destructors Pin
Cyrilix5-Jul-07 12:25
Cyrilix5-Jul-07 12:25 
GeneralRe: Virtual destructors Pin
tom groezer5-Jul-07 20:02
tom groezer5-Jul-07 20:02 
GeneralRe: Virtual destructors Pin
mid=57416-Jul-07 1:34
mid=57416-Jul-07 1:34 
The rule of thumb is that classes designed to be base classes that are used polymorphically should have virtual destructors. Classes such as yours without any virtual functions do not require a virtual destructor. Using a virtual destructor in this case wastes some bytes.
GeneralRe: Virtual destructors Pin
David Crow6-Jul-07 2:41
David Crow6-Jul-07 2:41 
QuestionReading text Pin
tom groezer5-Jul-07 9:32
tom groezer5-Jul-07 9:32 
AnswerRe: Reading text Pin
David Crow5-Jul-07 10:15
David Crow5-Jul-07 10:15 
GeneralRe: Reading text Pin
sheshidar5-Jul-07 23:20
sheshidar5-Jul-07 23:20 
GeneralRe: Reading text Pin
Hamid_RT6-Jul-07 1:05
Hamid_RT6-Jul-07 1:05 
GeneralRe: Reading text Pin
David Crow6-Jul-07 2:39
David Crow6-Jul-07 2:39 
QuestionHeapWalk and PROCESS_HEAP_ENTRY_MOVEABLE Pin
Blake Miller5-Jul-07 7:52
Blake Miller5-Jul-07 7:52 
Questionhow to develop themes Pin
pritthi5-Jul-07 7:22
pritthi5-Jul-07 7:22 
QuestionRe: how to develop themes Pin
David Crow5-Jul-07 7:32
David Crow5-Jul-07 7:32 
AnswerRe: how to develop themes Pin
led mike5-Jul-07 8:14
led mike5-Jul-07 8:14 
AnswerRe: how to develop themes Pin
Perspx5-Jul-07 18:42
Perspx5-Jul-07 18:42 
AnswerRe: how to develop themes Pin
Hamid_RT6-Jul-07 1:06
Hamid_RT6-Jul-07 1:06 
QuestionWindbg Pin
tom groezer5-Jul-07 5:20
tom groezer5-Jul-07 5:20 
QuestionRe: Windbg Pin
David Crow5-Jul-07 7:05
David Crow5-Jul-07 7:05 
AnswerRe: Windbg Pin
tom groezer5-Jul-07 7:28
tom groezer5-Jul-07 7:28 
QuestionRe: Windbg Pin
David Crow5-Jul-07 7:35
David Crow5-Jul-07 7:35 
AnswerRe: Windbg Pin
Paresh Chitte5-Jul-07 20:08
Paresh Chitte5-Jul-07 20:08 

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.