float j=1.73;
wchar_t buf[50];
wsprintf(buf,L"%f",j); //questa produce f
wsprintf(buf,L"%d",j); //questa produce -2147483648
![]()
float j=1.73;
wchar_t buf[50];
wsprintf(buf,L"%f",j); //questa produce f
wsprintf(buf,L"%d",j); //questa produce -2147483648
![]()