alphacyberranger to Programmer Humor@programming.devEnglish • 2 years agoJavalemmy.worldimagemessage-square77fedilinkarrow-up1586
arrow-up1586imageJavalemmy.worldalphacyberranger to Programmer Humor@programming.devEnglish • 2 years agomessage-square77fedilink
minus-square@parlaptie@feddit.delinkfedilink5•2 years ago*long long, if we’re gonna be taking about C types. A long is commonly limited to 32 bits.
minus-square@Aux@lemmy.worldlinkfedilink14•2 years agoC is irrelevant because this post is about Java and in Java long is 64 bits.
minus-squarevoxellinkfedilink2•edit-22 years agoyou should never be using these types in c anyway, (u?)int(8/16/32/64)_t are way more sane
*long long, if we’re gonna be taking about C types. A long is commonly limited to 32 bits.
C is irrelevant because this post is about Java and in Java long is 64 bits.
you should never be using these types in c anyway,
(u?)int(8/16/32/64)_t
are way more sane