关于 .SetWindowText(str);
str.Format("%lf",m_CalculateCs);CStringstr;m_CalculateCs.SetWindowText(str);为什么会提示err...
str.Format("%lf",m_CalculateCs);
CString str;
m_CalculateCs.SetWindowText(str);
为什么会提示error C2228: left of '.SetWindowTextA' must have class/struct/union type
请帮帮忙告诉我.SetWindowText具体怎么用??谢谢啦!
我定义的m_CalculateCs是value double型的
其实我是想把输出的double型格式化。
原来输出是1.14253802697491e+022 我想输出成1.14e+022
怎么样可以这样?谢谢!! 展开
CString str;
m_CalculateCs.SetWindowText(str);
为什么会提示error C2228: left of '.SetWindowTextA' must have class/struct/union type
请帮帮忙告诉我.SetWindowText具体怎么用??谢谢啦!
我定义的m_CalculateCs是value double型的
其实我是想把输出的double型格式化。
原来输出是1.14253802697491e+022 我想输出成1.14e+022
怎么样可以这样?谢谢!! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询