Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how does a CDialog derived window notify the parent it was closed? Pin
David Crow30-Mar-06 10:27
David Crow30-Mar-06 10:27 
GeneralRe: how does a CDialog derived window notify the parent it was closed? Pin
ns30-Mar-06 10:41
ns30-Mar-06 10:41 
Question'buffer' was corrupted? Pin
Yonggoo30-Mar-06 8:50
Yonggoo30-Mar-06 8:50 
QuestionRe: 'buffer' was corrupted? Pin
David Crow30-Mar-06 9:32
David Crow30-Mar-06 9:32 
QuestionRe: 'buffer' was corrupted? Pin
Sam Hobbs20-Jun-07 10:30
Sam Hobbs20-Jun-07 10:30 
QuestionIs it safe to perform "delete this" in class member functions. Pin
Ajax9530-Mar-06 8:39
Ajax9530-Mar-06 8:39 
AnswerRe: Is it safe to perform "delete this" in class member functions. Pin
David Crow30-Mar-06 9:29
David Crow30-Mar-06 9:29 
AnswerRe: Is it safe to perform "delete this" in class member functions. Pin
Stephen Hewitt30-Mar-06 11:16
Stephen Hewitt30-Mar-06 11:16 
You can call delete this from a member function: After doing so you can't access any member variables or call any non-static member functions that do as the memory for the class instance has been returned to the heap from whence it came and the class invariants have no doubt been invalidated by the destructor.

Steve
QuestionAdd items in list box Pin
celllllllll30-Mar-06 7:28
celllllllll30-Mar-06 7:28 
AnswerRe: Add items in list box Pin
David Crow30-Mar-06 7:34
David Crow30-Mar-06 7:34 
GeneralRe: Add items in list box Pin
celllllllll30-Mar-06 7:59
celllllllll30-Mar-06 7:59 
GeneralRe: Add items in list box Pin
David Crow30-Mar-06 8:06
David Crow30-Mar-06 8:06 
GeneralRe: Add items in list box Pin
celllllllll30-Mar-06 8:09
celllllllll30-Mar-06 8:09 
AnswerRe: Add items in list box Pin
Maximilien30-Mar-06 7:37
Maximilien30-Mar-06 7:37 
GeneralRe: Add items in list box Pin
celllllllll30-Mar-06 8:07
celllllllll30-Mar-06 8:07 
GeneralRe: Add items in list box Pin
David Crow30-Mar-06 9:09
David Crow30-Mar-06 9:09 
GeneralRe: Add items in list box Pin
celllllllll30-Mar-06 10:45
celllllllll30-Mar-06 10:45 
AnswerRe: Add items in list box Pin
Hamid_RT30-Mar-06 17:44
Hamid_RT30-Mar-06 17:44 
QuestionTesting if a file exists Pin
Rage30-Mar-06 7:08
professionalRage30-Mar-06 7:08 
AnswerRe: Testing if a file exists Pin
David Crow30-Mar-06 7:35
David Crow30-Mar-06 7:35 
AnswerRe: Testing if a file exists Pin
Ajax9530-Mar-06 8:41
Ajax9530-Mar-06 8:41 
QuestionRe: Testing if a file exists Pin
David Crow30-Mar-06 9:11
David Crow30-Mar-06 9:11 
AnswerRe: Testing if a file exists Pin
toxcct30-Mar-06 20:29
toxcct30-Mar-06 20:29 
QuestionWhy do I extract two different mp3 song durations? Pin
yongwpi30-Mar-06 6:35
yongwpi30-Mar-06 6:35 
AnswerRe: Why do I extract two different mp3 song durations? Pin
lastgen30-Mar-06 17:08
lastgen30-Mar-06 17: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.