发新话题
打印

什么函数可以将float转成字符串?

回复 1# 的帖子

例如:
float num = 0.5;
CString m_strNum;
m_strNum.Format("%f",num);

TOP

发新话题