Should I use int64_t over long long

Правка en1, от 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

Теги #asking

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский SPyofgame 2020-05-31 12:04:05 273 Initial revision (published)