alphacyberranger to Programmer [email protected]English • 1 year agoJavalemmy.worldmessage-square77fedilinkarrow-up1583
arrow-up1535imageJavalemmy.worldalphacyberranger to Programmer [email protected]English • 1 year agomessage-square77fedilink
minus-square@[email protected]linkfedilink-1•1 year ago*long long, if we’re gonna be taking about C types. A long is commonly limited to 32 bits.
minus-square@[email protected]linkfedilink15•1 year agoC is irrelevant because this post is about Java and in Java long is 64 bits.
minus-squarevoxellinkfedilink2•edit-21 year 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