Open eclipse0922 opened 1 year ago
The size of the long type can vary across different systems. For instance, on Linux, it is 64-bit, while on Windows, it is 32-bit
However, int64_t is a fixed-size data type that is consistent across all systems. It is a 64-bit integer type that can be used to store large numbers
https://stackoverflow.com/questions/43444789/why-do-datatypes-have-different-sizes-on-different-architectures-i-e-a-c-in
The size of the long type can vary across different systems. For instance, on Linux, it is 64-bit, while on Windows, it is 32-bit
However, int64_t is a fixed-size data type that is consistent across all systems. It is a 64-bit integer type that can be used to store large numbers
https://stackoverflow.com/questions/43444789/why-do-datatypes-have-different-sizes-on-different-architectures-i-e-a-c-in