@BmeBenji@lemm.ee to Programmer Humor@lemmy.ml • 10 months agoKB, MB, GB, and TB are all part of the metric system. What empirical measurements should we Free™️ Americans use for computer memory?message-square195fedilinkarrow-up1395arrow-down127
arrow-up1368arrow-down1message-squareKB, MB, GB, and TB are all part of the metric system. What empirical measurements should we Free™️ Americans use for computer memory?@BmeBenji@lemm.ee to Programmer Humor@lemmy.ml • 10 months agomessage-square195fedilink
minus-square@tetris11@lemmy.mllinkfedilink4•10 months agounsigned long long and minus unsigned long long
minus-square@derpgon@programming.devlinkfedilink2•10 months agoI didn’t do C++ for over 5 years. Does minus unsigned really give you one bit of data extra?
minus-squaresparky@lemmy.federate.ccAlink1•10 months agoAre we assuming we’re allowed to use defines and templates? 😏
char
,short
,int
,long
,long long
unsigned long long
andminus unsigned long long
I didn’t do C++ for over 5 years. Does
minus unsigned
really give you one bit of data extra?Are we assuming we’re allowed to use defines and templates? 😏
B-b-but those are cheating 😒