this post was submitted on 12 Dec 2024
220 points (99.1% liked)

Programmer Humor

32692 readers
323 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] PowerCrazy@lemmy.ml 8 points 6 days ago (1 children)

I "understood" on a basic level what pointers were when i was first learning programing as a 12-13year old. But I never understood HOW to use them, or manipulate them, or what functions you use to interact with them, or how to examine them, or how to declare them, etc etc. And since I was young I never got the opportunity to take an actual programming class that taught any of that throughout high school. By the time I got to college I went with Electrical Engineering instead of computer science and so my journey with pointers ended.

Now I do python and never have to think about pointers.

[–] geneva_convenience@lemmy.ml 2 points 5 days ago (1 children)

Every Python variable is a pointer

[–] PowerCrazy@lemmy.ml 2 points 5 days ago

Sounds like the perfect evolution of pointers then.