C++ has no specify how many bytes is "int"
Until now, in most of 32 bit processors, "int" has 4 bytes
is it possible with new 64 bit processors (& compilers) "int" takes 8 bytes?
thanks
Until now, in most of 32 bit processors, "int" has 4 bytes
is it possible with new 64 bit processors (& compilers) "int" takes 8 bytes?
thanks
Comment