qtfloat转hex

网友 1

最佳答案

回答者:网友
qtfloat转hex,浮点数转十六进制 实现: float f = 123.45f; unsigned 弦花char *hex = (unsigned char *)&f; 1 2 打印输出: for(int i = 0; i <...

我来回答