alphacyberranger to Programmer [email protected]English • 1 year agoJavaimagemessage-square75arrow-up1582arrow-down145
arrow-up1537arrow-down1imageJavaalphacyberranger to Programmer [email protected]English • 1 year agomessage-square75
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@Auxlink15•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