Sjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 9 months ago0b10sh.itjust.worksimagemessage-square3linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1image0b10sh.itjust.worksSjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 9 months agomessage-square3linkfedilink
minus-squareXIIIesq@lemmy.worldlinkfedilinkEnglisharrow-up0·9 months agoCan someone explain the joke for someone that knows nothing about programming?
minus-squareanyhow2503@lemmy.worldlinkfedilinkEnglisharrow-up0·9 months ago“0b” is a prefix for binary number literals (at least in C++, probably other languages too). So in decimal that would be the number 2.
Can someone explain the joke for someone that knows nothing about programming?
“0b” is a prefix for binary number literals (at least in C++, probably other languages too). So in decimal that would be the number 2.
Thank you