Share your shave of the day!

  • snooting
    link
    fedilink
    arrow-up
    2
    ·
    3 months 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 (--).