mzy1999

导航

 

浮点转字符串

char *_gcvt( double value, int digits, char *buffer );

CString str;

str.Format("%f",)

字符串转浮点

atof

 

posted on 2020-07-23 17:42  mzy1999  阅读(168)  评论(0)    收藏  举报