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

  • milicent_bystandr@lemm.ee
    link
    fedilink
    arrow-up
    10
    ·
    11 hours ago

    Nah, because when you write it it’s just C, but when you come back later to check your code it’s gotten bigger and more obfuscated.