Comment on Which programming language is hard to understand?
JackbyDev@programming.dev 1 year agoReading anything to do with pointers in C is confusing to me. Sorry to disappoint you.
Comment on Which programming language is hard to understand?
JackbyDev@programming.dev 1 year agoReading anything to do with pointers in C is confusing to me. Sorry to disappoint you.
miversen33@lemmy.world 1 year ago
A pointer is nothing but an integer that “points to” a memory location.
They can feel intimidating because it’s really easy to footgun with them, but they are not as complicated as they appear :)
JackbyDev@programming.dev 1 year ago