Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Should I use int64_t over long long

Revision en1, by SPyofgame, 2020-05-31 12:04:05

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

Tags #asking

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English SPyofgame 2020-05-31 12:04:05 273 Initial revision (published)