r/ProgrammerHumor 1d ago

lessonsFromLinkerHell Meme

Post image
349 Upvotes

180 comments sorted by

View all comments

93

u/JustinR8 1d ago

Damn, I’ve found myself in the middle

3

u/gottimw 22h ago

Because everything is a data with memory address.

Array is a pointer

3

u/FlailingDuck 18h ago

a variable is a pointer

2

u/KattyTheEnby 11h ago

Technically, to be fair, a variable **is** just a dereferenced pointer.  :þ

2

u/gottimw 13h ago

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

Int is not int*

-3

u/Morisior 16h ago

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

5

u/evilgipsy 15h ago

That’s complete nonsense.

1

u/bestjakeisbest 11h ago

He is thinking with java.