Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Albert Holguin17-Sep-14 10:47
professionalAlbert Holguin17-Sep-14 10:47 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Bram van Kampen17-Sep-14 13:33
Bram van Kampen17-Sep-14 13:33 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
SoMad17-Sep-14 14:04
professionalSoMad17-Sep-14 14:04 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Albert Holguin17-Sep-14 16:40
professionalAlbert Holguin17-Sep-14 16:40 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
bling18-Sep-14 8:51
bling18-Sep-14 8:51 
AnswerRe: Migrating from Win.MFC to Linux/??? Pin
jschell17-Sep-14 10:01
jschell17-Sep-14 10:01 
QuestionCrypto API Question Pin
Drakesal16-Sep-14 5:24
Drakesal16-Sep-14 5:24 
AnswerRe: Crypto API Question Pin
Richard MacCutchan16-Sep-14 5:36
mveRichard MacCutchan16-Sep-14 5:36 
QuestionCMenus : How to use menu handles instead of menu resource ID when needed ? Pin
sdancer7515-Sep-14 20:45
sdancer7515-Sep-14 20:45 
AnswerRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
Richard MacCutchan15-Sep-14 21:19
mveRichard MacCutchan15-Sep-14 21:19 
AnswerRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
CPallini15-Sep-14 21:22
mveCPallini15-Sep-14 21:22 
GeneralRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
sdancer7515-Sep-14 22:07
sdancer7515-Sep-14 22:07 
GeneralRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
CPallini15-Sep-14 23:04
mveCPallini15-Sep-14 23:04 
GeneralRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
Richard MacCutchan16-Sep-14 2:30
mveRichard MacCutchan16-Sep-14 2:30 
GeneralRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
sdancer7516-Sep-14 21:35
sdancer7516-Sep-14 21:35 
GeneralRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
Richard MacCutchan16-Sep-14 21:57
mveRichard MacCutchan16-Sep-14 21:57 
GeneralRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
Richard MacCutchan16-Sep-14 2:29
mveRichard MacCutchan16-Sep-14 2:29 
GeneralRe: CMenus : How to use menu handles instead of menu resource ID when needed ? Pin
CPallini16-Sep-14 2:45
mveCPallini16-Sep-14 2:45 
QuestionPassing a class to a sprintf() and similar Pin
Crazy Joe Devola14-Sep-14 19:45
Crazy Joe Devola14-Sep-14 19:45 
AnswerRe: Passing a class to a sprintf() and similar Pin
CPallini14-Sep-14 20:01
mveCPallini14-Sep-14 20:01 
GeneralRe: Passing a class to a sprintf() and similar Pin
Crazy Joe Devola14-Sep-14 20:07
Crazy Joe Devola14-Sep-14 20:07 
GeneralRe: Passing a class to a sprintf() and similar Pin
CPallini15-Sep-14 2:15
mveCPallini15-Sep-14 2:15 
GeneralRe: Passing a class to a sprintf() and similar Pin
Richard MacCutchan16-Sep-14 2:59
mveRichard MacCutchan16-Sep-14 2:59 
GeneralRe: Passing a class to a sprintf() and similar Pin
CPallini16-Sep-14 3:11
mveCPallini16-Sep-14 3:11 
It is not rubbish, in my test (VS2012). It is pointer to the C1 object, having the same address of its first data member (m_Data) in this simple case, so everything goes right (of course if you insert, before m_Data, another member variable, for instance an int, the sprintf gets some garbage).

In the linked MSDN page they indded suggest to explicitely cast the CString object when used as sprintf parameter.
THESE PEOPLE REALLY BOTHER ME!! How can they know what you should do without knowing what you want done?!?!
-- C++ FQA Lite

GeneralRe: Passing a class to a sprintf() and similar Pin
Richard MacCutchan16-Sep-14 3:40
mveRichard MacCutchan16-Sep-14 3:40 

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.