在stdint.h(C99),boost/cstdint.hpp和cstdint(C++ 0x)标题中,除其他外,还有类型int32_t.
stdint.h
cstdint
int32_t
是否有类似的固定大小浮点类型?有点像float32_t?
float32_t
c c++ floating-point boost
boost ×1
c ×1
c++ ×1
floating-point ×1