I am wondering if I could always replace all long long type into int64_t type without breaking the program ? Will it somehow affects the program or remains the same ?
And how about the relationship between int and int32_t types
Should I use int64_t over long long
I am wondering if I could always replace all long long type into int64_t type without breaking the program ? Will it somehow affects the program or remains the same ?
And how about the relationship between int and int32_t types