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

  • hddsx
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    3 hours ago

    We read numbers big->small. YYYY>MM>DD

    • Aatube@kbin.melroy.org
      link
      fedilink
      arrow-up
      3
      ·
      2 hours ago

      But when you wanna figure out what day it is, usually the month doesn’t change. I love ISO 8601 as much for programming and sorting as much as the next person, but for close dates for humans, DMY is still pretty good.