this post was submitted on 08 Jun 2026
547 points (94.5% liked)

Programmer Humor

31781 readers
167 users here now

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.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments

That's not the end of the chain either, right?

Because : int -> &int -> &&int

Or can you not use the address operator like that? It also might be int& &, I failed cs2200 on this exact type of technicality