1067
C++
(lemmy.zip)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Yea, pointer arithmetic is cute but at this point the compiler can do it better - just type everything correctly and use
[]
... and, whenever possible, pass by reference!