According to syntax postfix increment returns copy of unmodified variable (C++ == C), while prefix increment returns incremented variable (++C == C + 1).

  • j4k3@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    2 hours ago

    Cpp

    ++C would make the language totally irrelevant in alphanumeric listings of languages

    After simply managing a point of sale system for a retail chain, I hate you for even suggesting this./s It is almost as bad as all the insane ideas about date notation. The only correct notation is YYYY/MM/DD.

    • LambdaRX@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      14
      arrow-down
      6
      ·
      edit-2
      2 hours ago

      ISO 8601 is good for computers, but as a human i prefer DD/MM/YYYY, which is more convenient for everyday use. USA format is abomination though.