Oh look, it's the increment operator hierarchy in its natural habitat. While you're over there manually adding 2 to your variable like some kind of cave person (i=i+2
), I'm elegantly pre-incrementing and post-incrementing in a single expression (++i++
). Sure, it's undefined behavior that will make senior devs cry blood and crash in production, but hey—my code is three characters shorter! Nothing says "technical superiority" like writing code that requires a compiler exorcism.
We Are Not The Same
1 month ago
88,043 views
0 shares

increment-operators-memes, c++-memes, undefined-behavior-memes, code-optimization-memes, syntax-memes | ProgrammerHumor.io
More Like This
C++ Gives Me Too Much Power
1 month ago
93.4K views
0 shares

Twice As Efficient
17 days ago
77.8K views
0 shares

C Strings Are Not Safe
1 month ago
111.3K views
0 shares

Possibly The Worst Way To Read A File In C
7 days ago
58.9K views
0 shares

Fixing This Took Too Long
7 days ago
71.4K views
0 shares

Uninitialized Pointer Go Brrr
2 months ago
121.8K views
0 shares

Loading more content...