Quote:
Originally Posted by alopex_rex
Technically speaking, C++ types such as "int" do not correspond to a specified amount of memory, although in practice int is always 32-bit.
|
Teams are likely to run into the basic Arduino boards which
have 16 bit ints. And ILP64 (64 bits for int, long, and pointer) systems exist too, though they are more unusual.