Click here to Skip to main content
15,880,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: regarding domodal() Pin
Viorel.20-Jun-06 2:41
Viorel.20-Jun-06 2:41 
QuestionWizard SideBar Images Pin
flippydeflippydebop20-Jun-06 1:26
flippydeflippydebop20-Jun-06 1:26 
Questioninteger value Pin
amit.code20-Jun-06 1:22
amit.code20-Jun-06 1:22 
AnswerRe: integer value Pin
_AnsHUMAN_ 20-Jun-06 1:31
_AnsHUMAN_ 20-Jun-06 1:31 
GeneralRe: integer value Pin
amit.code20-Jun-06 1:53
amit.code20-Jun-06 1:53 
AnswerRe: integer value Pin
Hamid_RT20-Jun-06 1:39
Hamid_RT20-Jun-06 1:39 
GeneralRe: integer value Pin
amit.code20-Jun-06 1:54
amit.code20-Jun-06 1:54 
Questionhow to print a double to standard output Pin
Desmo1620-Jun-06 0:52
Desmo1620-Jun-06 0:52 
Hi all,

I'm a newbie.
I tried this visual c++ code:

Console::WriteLine("Insert a double");
String __gc * letto = Console::ReadLine();
double doppio=letto->ToDouble(0);
Console::WriteLine( "you entered " );
Console::WriteLine(doppio);

but if i enter, for example, 20.5, the last command prints 205.

What should i do to print the correct value ?
Thanx in advance,
Desmo16.
GeneralRe: how to print a double to standard output Pin
Laxman Auti20-Jun-06 1:00
Laxman Auti20-Jun-06 1:00 
AnswerRe: how to print a double to standard output Pin
_AnsHUMAN_ 20-Jun-06 1:09
_AnsHUMAN_ 20-Jun-06 1:09 
QuestionRe: how to print a double to standard output Pin
Viorel.20-Jun-06 1:15
Viorel.20-Jun-06 1:15 
AnswerRe: how to print a double to standard output Pin
Milton Karimbekallil20-Jun-06 1:19
Milton Karimbekallil20-Jun-06 1:19 
AnswerRe: how to print a double to standard output Pin
toxcct20-Jun-06 2:19
toxcct20-Jun-06 2:19 
Questionhow to implement global subclassing Pin
chethu66520-Jun-06 0:32
chethu66520-Jun-06 0:32 
AnswerRe: how to implement global subclassing Pin
_AnsHUMAN_ 20-Jun-06 0:44
_AnsHUMAN_ 20-Jun-06 0:44 
GeneralRe: how to implement global subclassing Pin
chethu66520-Jun-06 0:58
chethu66520-Jun-06 0:58 
GeneralRe: how to implement global subclassing [modified] Pin
_AnsHUMAN_ 20-Jun-06 1:02
_AnsHUMAN_ 20-Jun-06 1:02 
GeneralRe: how to implement global subclassing Pin
chethu66520-Jun-06 1:24
chethu66520-Jun-06 1:24 
GeneralRe: how to implement global subclassing [modified] Pin
Laxman Auti20-Jun-06 1:03
Laxman Auti20-Jun-06 1:03 
Questionpassword Pin
amit.code20-Jun-06 0:29
amit.code20-Jun-06 0:29 
AnswerRe: password Pin
Ștefan-Mihai MOGA20-Jun-06 0:36
professionalȘtefan-Mihai MOGA20-Jun-06 0:36 
AnswerRe: password Pin
Andy Rama20-Jun-06 0:39
Andy Rama20-Jun-06 0:39 
GeneralRe: password Pin
amit.code20-Jun-06 0:41
amit.code20-Jun-06 0:41 
AnswerRe: password Pin
Ganesh_T20-Jun-06 0:52
Ganesh_T20-Jun-06 0:52 
GeneralRe: password Pin
amit.code20-Jun-06 1:20
amit.code20-Jun-06 1:20 

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.