this post was submitted on 03 Aug 2023
844 points (97.8% liked)

Programmer Humor

38314 readers
37 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 49 points 2 years ago (1 children)

It is my firm opinion that void* should be named "disappointer"

[–] [email protected] 21 points 2 years ago
[–] [email protected] 24 points 2 years ago (1 children)

Wait till I show you...

int *ptr[]

[–] [email protected] 11 points 2 years ago (1 children)

That's the same as int **ptr

[–] Sonotsugipaa 9 points 2 years ago* (last edited 2 years ago)

Only if it's a function parameter

[–] [email protected] 12 points 2 years ago (2 children)
[–] [email protected] 10 points 2 years ago (1 children)

wojak points at a black hole

[–] [email protected] 2 points 2 years ago

These men are soyjacks, Donny

[–] [email protected] 6 points 2 years ago

The best pointer

[–] [email protected] 10 points 2 years ago

Last time I used pointers was in college... I tried to debug a c++ application years ago and was confused as fuck.

[–] [email protected] 2 points 2 years ago

learning Go coming from Python and pointers are probably the most difficult thing to learn

[–] [email protected] 1 points 2 years ago

Woah, I finally understand!