Problem In MFC AppWizard(exe) 2

my code is like this:

double kk;

kk=1234.123;

bb.Format("%d",kk);

pOUTPUT->SetWindowText(bb);

The output from the program above is not 1234.123. How come like this Is %d incorrect Please help me solve this.



Answer this question

Problem In MFC AppWizard(exe) 2