
30 Oct
2008
30 Oct
'08
3:36 p.m.
Is there a macro and/or typedef that will tell me bit-length used for a processor and/or the best integer type for said processor?
Not sure it really helps but check out http://www.boost.org/doc/libs/1_36_0/libs/integer/cstdint.htm, especially the uint_fast32_t typedefs. Philippe