Click here to Skip to main content
15,796,982 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to set position of media player on anywhere on dialog box Pin
prerananit23-Oct-09 3:43
prerananit23-Oct-09 3:43 
AnswerRe: how to set position of media player on anywhere on dialog box Pin
Hans Dietrich23-Oct-09 3:54
mentorHans Dietrich23-Oct-09 3:54 
QuestionMirror Driver Pin
javad_200523-Oct-09 3:21
javad_200523-Oct-09 3:21 
AnswerRe: Mirror Driver Pin
Randor 23-Oct-09 3:34
professional Randor 23-Oct-09 3:34 
GeneralRe: Mirror Driver Pin
javad_200524-Oct-09 23:57
javad_200524-Oct-09 23:57 
GeneralRe: Mirror Driver Pin
Randor 26-Oct-09 0:36
professional Randor 26-Oct-09 0:36 
Questioncreate tentative of connection Pin
MrKBA23-Oct-09 2:47
MrKBA23-Oct-09 2:47 
QuestionCan VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Neil Urquhart23-Oct-09 2:41
Neil Urquhart23-Oct-09 2:41 
With MS VC6.0 :

Can printf() and the other derivatives such as CString::Format() be made to produce comma thousand seperated formated numbers ?

I tried the following code but it does not seem to be supported:

long n = 4523123 ;<br />
printf("%'ld", n) ;


Expected Result : 4,523,123
AnswerRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Randor 23-Oct-09 3:28
professional Randor 23-Oct-09 3:28 
AnswerRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 [modified] Whoops! Pin
Richard MacCutchan23-Oct-09 3:37
mveRichard MacCutchan23-Oct-09 3:37 
QuestionRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
David Crow23-Oct-09 3:46
David Crow23-Oct-09 3:46 
AnswerRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Richard MacCutchan23-Oct-09 4:03
mveRichard MacCutchan23-Oct-09 4:03 
GeneralRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Neil Urquhart23-Oct-09 5:41
Neil Urquhart23-Oct-09 5:41 
GeneralRe: Can VC60 printf () format numbers with comma thouasand seperators, eg 23,123 Pin
Richard MacCutchan23-Oct-09 6:02
mveRichard MacCutchan23-Oct-09 6:02 
QuestionHow to get WPARAM from SendMessage? Pin
002comp23-Oct-09 2:29
002comp23-Oct-09 2:29 
AnswerRe: How to get WPARAM from SendMessage? Pin
Cedric Moonen23-Oct-09 2:38
Cedric Moonen23-Oct-09 2:38 
GeneralRe: How to get WPARAM from SendMessage? Pin
002comp23-Oct-09 2:44
002comp23-Oct-09 2:44 
GeneralRe: How to get WPARAM from SendMessage? Pin
Cedric Moonen23-Oct-09 3:30
Cedric Moonen23-Oct-09 3:30 
AnswerRe: How to get WPARAM from SendMessage? Pin
Richard MacCutchan23-Oct-09 3:53
mveRichard MacCutchan23-Oct-09 3:53 
QuestionHow to Add Notification icon? Pin
KSagar23-Oct-09 1:57
KSagar23-Oct-09 1:57 
AnswerRe: How to Add Notification icon? Pin
Rajesh R Subramanian23-Oct-09 2:06
professionalRajesh R Subramanian23-Oct-09 2:06 
AnswerRe: How to Add Notification icon? Pin
Kushagra Tiwari23-Oct-09 2:07
Kushagra Tiwari23-Oct-09 2:07 
QuestionWS_CHILD CWnd WS_HSCROLL WS_VSCROLL display Problem Pin
rob_toutant23-Oct-09 1:11
rob_toutant23-Oct-09 1:11 
AnswerRe: WS_CHILD CWnd WS_HSCROLL WS_VSCROLL display Problem Pin
Hans Dietrich23-Oct-09 4:32
mentorHans Dietrich23-Oct-09 4:32 
QuestionMatrix Addition Pin
ratprita23-Oct-09 0:13
ratprita23-Oct-09 0:13 

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.