Sjmarf to Programming HumorEnglish • 4 days ago0b10sh.itjust.worksimagemessage-square16fedilinkarrow-up1116arrow-down15
arrow-up1111arrow-down1image0b10sh.itjust.worksSjmarf to Programming HumorEnglish • 4 days agomessage-square16fedilink
minus-square@anyhow2503linkEnglish21•edit-24 days 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.
“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