开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
如何将浮点数以HEX形式表现, 试过%x, 但结果不正确
喂入的资料(Input):
122.344
预期的正确结果(Expected Output):
例如 0x12C54666....
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):