[此贴子已经被作者于2007-9-26 17:42:00编辑过]
不怎么明白!
CString s = "3.5"; double d1 = atof(s);
double d2 = 4.11; CString temp; temp.Format("%f", d2);