Category:
Technology
Integral types with a fixed number of bits are known as fixed-width integers. For types like short, int, and long, the C++ standard only prescribes a minimum byte count. Fixed Width Integer in Modern C++ ensure a certain size, but because not all platforms support them, using them can have an impact on portability.



