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

C / C++ / MFC

 
AnswerRe: Windows Compatibility Mode Pin
Graham Breach4-May-16 22:13
Graham Breach4-May-16 22:13 
GeneralRe: Windows Compatibility Mode Pin
leon de boer5-May-16 1:44
leon de boer5-May-16 1:44 
GeneralRe: Windows Compatibility Mode Pin
Graham Breach5-May-16 3:04
Graham Breach5-May-16 3:04 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen5-May-16 14:16
Bram van Kampen5-May-16 14:16 
GeneralRe: Windows Compatibility Mode Pin
David Crow6-May-16 3:28
David Crow6-May-16 3:28 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen3-Jul-16 14:04
Bram van Kampen3-Jul-16 14:04 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen2-Jul-16 15:52
Bram van Kampen2-Jul-16 15:52 
QuestionStuck in 2 loops Pin
Member 124990122-May-16 18:59
Member 124990122-May-16 18:59 
GeneralRe: Stuck in 2 loops Pin
PIEBALDconsult2-May-16 19:13
mvePIEBALDconsult2-May-16 19:13 
GeneralRe: Stuck in 2 loops Pin
Member 124990122-May-16 19:26
Member 124990122-May-16 19:26 
GeneralRe: Stuck in 2 loops Pin
Richard MacCutchan2-May-16 21:29
mveRichard MacCutchan2-May-16 21:29 
GeneralRe: Stuck in 2 loops Pin
Member 124990122-May-16 23:43
Member 124990122-May-16 23:43 
QuestionRe: Stuck in 2 loops Pin
Parthiban.Appuswamy3-May-16 1:31
Parthiban.Appuswamy3-May-16 1:31 
AnswerRe: Stuck in 2 loops Pin
Member 124990123-May-16 1:36
Member 124990123-May-16 1:36 
GeneralRe: Stuck in 2 loops Pin
Richard MacCutchan3-May-16 2:26
mveRichard MacCutchan3-May-16 2:26 
GeneralRe: Stuck in 2 loops Pin
Member 124990123-May-16 2:47
Member 124990123-May-16 2:47 
GeneralRe: Stuck in 2 loops Pin
Richard MacCutchan3-May-16 2:55
mveRichard MacCutchan3-May-16 2:55 
AnswerRe: Stuck in 2 loops Pin
Patrice T4-May-16 23:24
mvePatrice T4-May-16 23:24 
GeneralRe: Stuck in 2 loops Pin
Richard MacCutchan5-May-16 0:26
mveRichard MacCutchan5-May-16 0:26 
GeneralRe: Stuck in 2 loops Pin
Patrice T5-May-16 0:52
mvePatrice T5-May-16 0:52 
GeneralRe: Stuck in 2 loops Pin
Richard MacCutchan5-May-16 1:08
mveRichard MacCutchan5-May-16 1:08 
Questiondotted rectangle is not being cleared if any empty string added in MFC comboboc Pin
Amrit Agr1-May-16 19:57
Amrit Agr1-May-16 19:57 
AnswerRe: dotted rectangle is not being cleared if any empty string added in MFC comboboc Pin
leon de boer2-May-16 17:57
leon de boer2-May-16 17:57 
QuestionCreation of class members of class created on the heap Pin
ForNow30-Apr-16 19:09
ForNow30-Apr-16 19:09 
AnswerRe: Creation of class members of class created on the heap Pin
Richard MacCutchan30-Apr-16 20:38
mveRichard MacCutchan30-Apr-16 20:38 
Yes, storage for class members will be allocated when the object is created. In the case of class objects (such as your CFont object) their constructor will be called to create them. You can see this happen by stepping through the code in the debugger.

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.