Fixed-size floating point types

Posted by Pietro on Stack Overflow See other posts from Stack Overflow or by Pietro
Published on 2010-03-26T16:07:46Z Indexed on 2010/05/06 6:18 UTC
Read the original article Hit count: 310

Filed under:
|
|
|

In the stdint.h (C99), boost/cstdint.hpp, and cstdint (C++0x) headers there is, among others, the type int32_t.

Are there similar fixed-size floating point types? Something like float32_t?

© Stack Overflow or respective owner

Related posts about c

    Related posts about c++