Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: #pragma deprecated Pin
krmed17-Jan-07 4:01
krmed17-Jan-07 4:01 
GeneralRe: #pragma deprecated Pin
toxcct17-Jan-07 4:10
toxcct17-Jan-07 4:10 
GeneralRe: #pragma deprecated Pin
krmed17-Jan-07 4:44
krmed17-Jan-07 4:44 
GeneralRe: #pragma deprecated Pin
toxcct17-Jan-07 4:50
toxcct17-Jan-07 4:50 
GeneralRe: #pragma deprecated Pin
krmed17-Jan-07 7:03
krmed17-Jan-07 7:03 
GeneralRe: #pragma deprecated Pin
toxcct17-Jan-07 7:06
toxcct17-Jan-07 7:06 
GeneralRe: #pragma deprecated Pin
krmed17-Jan-07 9:41
krmed17-Jan-07 9:41 
QuestionC -- Copy float to string Pin
ToughGuy917-Jan-07 2:17
ToughGuy917-Jan-07 2:17 
Hi Friends,
I would like to know is there any otherway to copy a double to string in C.

I see that it can be done by using sprintf(.. , "%f", .. ) but I want to know anyother way to do this.

My problem is:

If i run the sprintf (.., "%f", .. ) on any machine in which has decimal point as , (comma) instead of a . (dot) (like French) it is converting . to , in the string even if the double value is having .(dot) . I don't want it to happen.

Ur help is highly appreciated..

Thanks a lot..

Regards,
Leela
AnswerRe: C -- Copy float to string [modified] Pin
toxcct17-Jan-07 2:31
toxcct17-Jan-07 2:31 
GeneralRe: C -- Copy float to string Pin
Maximilien17-Jan-07 2:42
Maximilien17-Jan-07 2:42 
GeneralRe: C -- Copy float to string Pin
Cedric Moonen17-Jan-07 2:42
Cedric Moonen17-Jan-07 2:42 
GeneralRe: C -- Copy float to string Pin
David Crow17-Jan-07 2:49
David Crow17-Jan-07 2:49 
AnswerRe: C -- Copy float to string Pin
KarstenK17-Jan-07 2:40
mveKarstenK17-Jan-07 2:40 
AnswerRe: C -- Copy float to string Pin
Maximilien17-Jan-07 2:46
Maximilien17-Jan-07 2:46 
GeneralRe: C -- Copy float to string Pin
David Crow17-Jan-07 3:29
David Crow17-Jan-07 3:29 
QuestionRe: C -- Copy float to string Pin
David Crow17-Jan-07 2:52
David Crow17-Jan-07 2:52 
AnswerRe: C -- Copy float to string Pin
ToughGuy917-Jan-07 20:45
ToughGuy917-Jan-07 20:45 
QuestionRe: C -- Copy float to string Pin
David Crow18-Jan-07 2:42
David Crow18-Jan-07 2:42 
AnswerRe: C -- Copy float to string Pin
ToughGuy917-Jan-07 20:48
ToughGuy917-Jan-07 20:48 
QuestionReading the midi port Pin
fvig200117-Jan-07 2:09
fvig200117-Jan-07 2:09 
QuestionChange rowheight in CListCtrl!? [modified] Pin
bosfan17-Jan-07 2:05
bosfan17-Jan-07 2:05 
AnswerRe: Change rowheight in CListCtrl!? Pin
prasad_som17-Jan-07 3:12
prasad_som17-Jan-07 3:12 
GeneralRe: Change rowheight in CListCtrl!? [modified] Pin
bosfan17-Jan-07 3:28
bosfan17-Jan-07 3:28 
Questionabout dateTimePicker Pin
zizzzz17-Jan-07 1:20
zizzzz17-Jan-07 1:20 
QuestionRe: about dateTimePicker Pin
David Crow17-Jan-07 2:54
David Crow17-Jan-07 2:54 

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.