Click here to Skip to main content
15,914,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get the MDI child window Pin
Sarvan AL2-May-06 1:53
Sarvan AL2-May-06 1:53 
GeneralRe: How to get the MDI child window Pin
Russell'2-May-06 2:20
Russell'2-May-06 2:20 
GeneralRe: How to get the MDI child window Pin
Sarvan AL2-May-06 2:53
Sarvan AL2-May-06 2:53 
GeneralRe: How to get the MDI child window Pin
Russell'2-May-06 3:22
Russell'2-May-06 3:22 
GeneralRe: How to get the MDI child window Pin
Sarvan AL2-May-06 4:08
Sarvan AL2-May-06 4:08 
GeneralRe: How to get the MDI child window Pin
Russell'2-May-06 4:25
Russell'2-May-06 4:25 
QuestionA doubt regarding CList class Pin
Deepchand P2-May-06 0:19
Deepchand P2-May-06 0:19 
AnswerRe: A doubt regarding CList class Pin
Ryan Binns2-May-06 0:30
Ryan Binns2-May-06 0:30 
Deepchand P wrote:
the question is when i remove a node using removeat function will the memory allocated by new operator be freed


No it will not. It will remove the object from the list, but will not free the memory it pointed to. That is your responsibility. You can check this in the CList source code if you want.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

QuestionBlocking a certain in a bitmap Pin
srija2-May-06 0:12
srija2-May-06 0:12 
AnswerRe: Blocking a certain in a bitmap Pin
Hamid_RT2-May-06 0:27
Hamid_RT2-May-06 0:27 
Questionis it safe for static struct allocation to vector. Pin
9ine1-May-06 23:40
9ine1-May-06 23:40 
QuestionRe: is it safe for static struct allocation to vector. Pin
Nibu babu thomas1-May-06 23:43
Nibu babu thomas1-May-06 23:43 
AnswerRe: is it safe for static struct allocation to vector. Pin
Cedric Moonen1-May-06 23:44
Cedric Moonen1-May-06 23:44 
GeneralRe: is it safe for static struct allocation to vector. Pin
toxcct1-May-06 23:54
toxcct1-May-06 23:54 
GeneralRe: is it safe for static struct allocation to vector. Pin
Cedric Moonen2-May-06 0:00
Cedric Moonen2-May-06 0:00 
GeneralRe: is it safe for static struct allocation to vector. Pin
toxcct2-May-06 0:01
toxcct2-May-06 0:01 
GeneralRe: is it safe for static struct allocation to vector. Pin
Hamid_RT2-May-06 0:07
Hamid_RT2-May-06 0:07 
GeneralRe: is it safe for static struct allocation to vector. Pin
toxcct2-May-06 0:09
toxcct2-May-06 0:09 
GeneralRe: is it safe for static struct allocation to vector. Pin
Hamid_RT2-May-06 0:20
Hamid_RT2-May-06 0:20 
QuestionDebug with out option 'Apply' in Visual studio 6 (C++) Pin
Yanshof1-May-06 23:35
Yanshof1-May-06 23:35 
AnswerRe: Debug with out option 'Apply' in Visual studio 6 (C++) Pin
Nibu babu thomas1-May-06 23:38
Nibu babu thomas1-May-06 23:38 
GeneralRe: Debug with out option 'Apply' in Visual studio 6 (C++) Pin
Yanshof2-May-06 0:00
Yanshof2-May-06 0:00 
GeneralRe: Debug with out option 'Apply' in Visual studio 6 (C++) Pin
Nibu babu thomas2-May-06 0:11
Nibu babu thomas2-May-06 0:11 
Questionsmooth slider movement Pin
snir_ya1-May-06 23:29
snir_ya1-May-06 23:29 
AnswerRe: smooth slider movement Pin
snir_ya1-May-06 23:41
snir_ya1-May-06 23:41 

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.