Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
the result from google search "c++ float to string" give this example...


      int main()<br />
      {<br />
          char* str = new char[30];<br />
          float flt = 2.4567F;<br />
<br />
          sprintf(str, "%.4g", flt ); <br />
<br />
          cout<<str<<endl;<br />
          return 0;<br />
      }


[Insert Witty Sig Here]

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 
GeneralRe: c Pin
Chandrasekharan P17-Oct-07 4:04
Chandrasekharan P17-Oct-07 4:04 
GeneralRe: c Pin
ThatsAlok17-Oct-07 20:46
ThatsAlok17-Oct-07 20:46 

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.