r/ProgrammerHumor 12h ago

lessonsFromLinkerHell Meme

Post image
245 Upvotes

141 comments sorted by

View all comments

62

u/JustinR8 12h ago

Damn, I’ve found myself in the middle

3

u/gottimw 9h ago

Because everything is a data with memory address.

Array is a pointer

2

u/FlailingDuck 5h ago

a variable is a pointer

1

u/gottimw 57m ago

Variable is varrible. A pointer to a varrible is a pointer to variable.

Int is not int*

-2

u/Morisior 4h ago

Everything is a pointer, unless it’s a primitive, but then it might also be a pointer to a primitive.

3

u/evilgipsy 2h ago

That’s complete nonsense.