AutoBot@sub.wetshaving.socialB to WetShaving@sub.wetshaving.social · edit-24 days agoMonday SOTD Thread - December 30th, 2024 (#568)message-squaremessage-square22fedilinkarrow-up15arrow-down10file-text
arrow-up15arrow-down1message-squareMonday SOTD Thread - December 30th, 2024 (#568)AutoBot@sub.wetshaving.socialB to WetShaving@sub.wetshaving.social · edit-24 days agomessage-square22fedilinkfile-text
minus-squaresnooting@sub.wetshaving.sociallinkfedilinkarrow-up2·6 days ago++ and -- are increment and decrement short-hand operators in C-style programming languages. In other words, they either mean add 1 to this value (++), or subtract 1 from this value (--).
minus-squareDaveWave94@sub.wetshaving.sociallinkfedilinkarrow-up1·6 days agoThanks! I think that makes perfect sense.
++
and--
are increment and decrement short-hand operators in C-style programming languages.In other words, they either mean add 1 to this value (
++
), or subtract 1 from this value (--
).Thanks! I think that makes perfect sense.