Click here to Skip to main content
15,913,221 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: how to convert the string type into double type? (vs 2005) Pin
prasad_som6-May-07 23:46
prasad_som6-May-07 23:46 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
sync_austin7-May-07 0:18
sync_austin7-May-07 0:18 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
J_E_D_I10-May-07 8:37
J_E_D_I10-May-07 8:37 
AnswerRe: how to convert the string type into double type? (vs 2005) Pin
prasad_som10-May-07 19:14
prasad_som10-May-07 19:14 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
J_E_D_I12-May-07 7:03
J_E_D_I12-May-07 7:03 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
Mark Salsbery12-May-07 7:25
Mark Salsbery12-May-07 7:25 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
J_E_D_I12-May-07 7:35
J_E_D_I12-May-07 7:35 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
Mark Salsbery12-May-07 7:39
Mark Salsbery12-May-07 7:39 
My next question was going to be - What type is "stringa"? Smile | :)

Try

double NUMstringa = atof (stringa.c_str());
cout << NUMstringa;

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: how to convert the string type into double type? (vs 2005) Pin
J_E_D_I12-May-07 8:01
J_E_D_I12-May-07 8:01 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
Mark Salsbery12-May-07 8:06
Mark Salsbery12-May-07 8:06 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
prasad_som12-May-07 19:50
prasad_som12-May-07 19:50 
Questionmanaged and unmanaged C++ Performance Pin
dreamz64806-May-07 22:57
dreamz64806-May-07 22:57 
QuestionHELP ME TO KNOW SOME C LANGUAGE KEWORDS Pin
Hamsika rani6-May-07 2:15
Hamsika rani6-May-07 2:15 
AnswerRe: HELP ME TO KNOW SOME C LANGUAGE KEWORDS Pin
John R. Shaw6-May-07 5:36
John R. Shaw6-May-07 5:36 
GeneralRe: HELP ME TO KNOW SOME C LANGUAGE KEWORDS Pin
Hamsika rani6-May-07 7:18
Hamsika rani6-May-07 7:18 
GeneralRe: HELP ME TO KNOW SOME C LANGUAGE KEWORDS Pin
John R. Shaw6-May-07 7:44
John R. Shaw6-May-07 7:44 
AnswerRe: HELP ME TO KNOW SOME C LANGUAGE KEWORDS Pin
Mark Salsbery6-May-07 6:19
Mark Salsbery6-May-07 6:19 
AnswerRe: HELP ME TO KNOW SOME C LANGUAGE KEWORDS Pin
Christian Graus6-May-07 11:54
protectorChristian Graus6-May-07 11:54 
Questionabout void Pin
Hamsika rani5-May-07 4:54
Hamsika rani5-May-07 4:54 
AnswerRe: about void Pin
sarah_malik5-May-07 11:56
sarah_malik5-May-07 11:56 
QuestionRe: about void Pin
Hamsika rani5-May-07 14:34
Hamsika rani5-May-07 14:34 
AnswerRe: about void Pin
Mark Salsbery5-May-07 22:16
Mark Salsbery5-May-07 22:16 
AnswerRe: about void Pin
John R. Shaw6-May-07 8:04
John R. Shaw6-May-07 8:04 
QuestionC++ Coding Pin
Naman20075-May-07 2:31
Naman20075-May-07 2:31 
AnswerRe: C++ Coding Pin
sarah_malik5-May-07 12:01
sarah_malik5-May-07 12:01 

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.