I
Ian Collins
Marco said:good choice - not many compilers have implemented it
gcc being an obvious exception.
not sure what you mean here - the fixed width types should be used
where necessary such as interfacing to HW registers.
For most algorithm use - I would just use a "int" or "long" type with
an assert if the caller did not conform on the particular platform
that the code was compiled on
Malcolm has an obsession with 64 bit ints.
you think that the bad old days (C89) where every project rolled their
own 32, 16, 8 bit, etc unsigned integer is the way to go??
I mostly do embedded work
Malcolm doesn't!