求教:怎样把double转换成CString?小弟初学,现在不会把计算结果输出了...那个SetDlgItemText();参数需要是CString,我的计算结果是double,怎么样输出啊[解决办法]CString str; str.Format( "%.4f ", f);