float转换CStrint型

    技术2022-05-11  72

     float a(3.1453);

     CString str; str.Format("%.2f",a);  MessageBox(str); 


    最新回复(0)