What is the difference between long long and long int?
>>109449915Ask the bot, retard
You want a short answer?
>>109450482charpeau
>>109450482Just a word. A nibble of knowledge. A bit of education.
>>109449915The size of the number in bits.
>>109449915/f1/ fags are supposed to be esteemed engineering gentlemen, you should know this
>>109449915>taller_male shorter_female service_height
>>109449915Could you imagine him fisting her asshole
>>109449915we should have just had intX where X is the number of bits.int16 int32 int64 etc.instead we got the retarfation that is long short long long schlong
>>109449915standing blowjobs
>>109449915I don't know, and I don't care.t. employed C++ developer
>>109453277>stomach_deformation
>>109449915bout tree bitty
The size of an int is different for different machines and OSes, never use short, int or long unless you really don't care about the size of the number. Instead use the types provided by <stdint.h>>>109455759This already exists, see <stdint.h>