Integer Size
I have need to program on a cross-platform basis. I am coding on Windows/OSX/Linux, unfortunately the size of certain data types can vary between these OS's and compilers.
I have found a way to ensure the size of the datatypes on Windows: __intn and on OSX: uintn/sintn, but I am wondering if there is a ISO standard size defined numeric type?
Thanks for your time,
Miq
|