Click here to Skip to main content
16,004,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: callbacks in C++: member function pointers / objects Pin
Stephen Hewitt18-Oct-07 14:26
Stephen Hewitt18-Oct-07 14:26 
Questionerror in splitt, Help Pin
satw1417-Oct-07 6:32
satw1417-Oct-07 6:32 
QuestionRe: error in splitt, Help Pin
David Crow17-Oct-07 6:39
David Crow17-Oct-07 6:39 
AnswerRe: error in splitt, Help [modified] Pin
satw1417-Oct-07 12:16
satw1417-Oct-07 12:16 
QuestionRe: error in splitt, Help Pin
David Crow17-Oct-07 17:50
David Crow17-Oct-07 17:50 
AnswerRe: error in splitt, Help Pin
James R. Twine17-Oct-07 7:04
James R. Twine17-Oct-07 7:04 
QuestionHow to Convert a Float to a string Pin
saravana00117-Oct-07 5:37
saravana00117-Oct-07 5:37 
AnswerRe: How to Convert a Float to a string Pin
Nelek17-Oct-07 5:44
protectorNelek17-Oct-07 5:44 
itoa is only between int and char.

if you want float or double try dtostr / strtod

And still better, if you are using CString, then use CString::Format

CString szValue = "";
szValue.Format (_T("%f"), doubleVariable);

This works with hexadecimal, int, binary... take a look in documentation.





Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

AnswerRe: How to Convert a Float to a string Pin
Chris Losinger17-Oct-07 5:46
professionalChris Losinger17-Oct-07 5:46 
AnswerRe: How to Convert a Float to a string Pin
VonHagNDaz17-Oct-07 5:59
VonHagNDaz17-Oct-07 5:59 
GeneralRe: How to Convert a Float to a string Pin
James R. Twine17-Oct-07 6:57
James R. Twine17-Oct-07 6:57 
GeneralRe: How to Convert a Float to a string Pin
VonHagNDaz17-Oct-07 7:09
VonHagNDaz17-Oct-07 7:09 
GeneralRe: How to Convert a Float to a string Pin
David Crow17-Oct-07 7:46
David Crow17-Oct-07 7:46 
GeneralRe: How to Convert a Float to a string Pin
ThatsAlok17-Oct-07 21:02
ThatsAlok17-Oct-07 21:02 
AnswerRe: How to Convert a Float to a string Pin
jhwurmbach17-Oct-07 6:29
jhwurmbach17-Oct-07 6:29 
QuestionRe: How to Convert a Float to a string Pin
David Crow17-Oct-07 6:40
David Crow17-Oct-07 6:40 
QuestionRegarding CreateRemoteThread Pin
ramana.g17-Oct-07 4:02
ramana.g17-Oct-07 4:02 
AnswerRe: Regarding CreateRemoteThread Pin
led mike17-Oct-07 4:19
led mike17-Oct-07 4:19 
GeneralRe: Regarding CreateRemoteThread Pin
Mike Dimmick17-Oct-07 6:46
Mike Dimmick17-Oct-07 6:46 
GeneralRe: Regarding CreateRemoteThread Pin
led mike17-Oct-07 7:03
led mike17-Oct-07 7:03 
AnswerRe: Regarding CreateRemoteThread Pin
Stephen Hewitt17-Oct-07 16:48
Stephen Hewitt17-Oct-07 16:48 
QuestionCHotKeyCtrl Pin
josip cagalj17-Oct-07 4:02
josip cagalj17-Oct-07 4:02 
Questionc Pin
Chandrasekharan P17-Oct-07 3:48
Chandrasekharan P17-Oct-07 3:48 
AnswerRe: c Pin
Maximilien17-Oct-07 3:57
Maximilien17-Oct-07 3:57 
AnswerRe: c Pin
#realJSOP17-Oct-07 3:59
professional#realJSOP17-Oct-07 3:59 

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.