dimanche 29 juillet 2018

Why google styleguide suggests to use optional int64_t as default for big integers

Google styleguide suggests to use int64_t when value is "greater than or equal to 2^31", but according to standard it is optional, so wouldn't it be better to use int_least64_t? What benefits of use int64_t besides shorter name?

Aucun commentaire:

Enregistrer un commentaire