How can I print a C double bit-by-bit to see the low-level representation?
I want to learn how the computer represents the double type in bit, but the & and | bit operators can\'t use double. And memcpy(&d, &src, 8) also doesn\'t seem to wo开发者_如何学编程rk.Any
问答
阅读(3)