vc++里,, float型怎么转换为CHAR型??_百度知道
// 函数名:unsigned char Float2Char(float Value,char *array)// 描述:将浮点...1 2007-09-26 VC下CString转char*的问题 7 2006-11-02 VC中,还是关于...
VC 中类型转换 - Leo.Zhu - 博客园
VC 中类型转换 Posted on 2008-01-04 15:01 Leo.Zhu 阅读(...) 评论(...float f = 1.7320534f; sprintf( buffer, "%c",c); sprintf( buffer, ...
vc下cstring转换为float - 曹的日志 - 网易博客
vc下cstring转换为float2009-07-08 09:57:22| 分类: vc类型转换 |举报 |...error C2664: 'atof' : cannot convert parameter 1 from 'CString' to 'const...