SPyofgame's blog

By SPyofgame, history, 4 years ago, In English

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

  • Vote: I like it
  • +4
  • Vote: I do not like it

»
4 years ago, # |
Rev. 2   Vote: I like it +2 Vote: I do not like it

On some platforms (e.g. Yandex.Contest GCC x64) the following code will cause a compilation error

Spoiler