showerthoughts
Showerthoughts LambdaRX 1mo ago 90%

C++ should be called ++C

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

92
34
Comments 34