Albin Jose to Programming@programming.dev • 1 year agoWhich programming language is hard to understand?message-square62fedilinkarrow-up121arrow-down16
arrow-up115arrow-down1message-squareWhich programming language is hard to understand?Albin Jose to Programming@programming.dev • 1 year agomessage-square62fedilink
minus-square@miversen33@lemmy.worldlinkfedilink0•1 year agoA 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 :)
minus-squareJackbyDevlinkfedilinkEnglish2•1 year ago The pointer syntax being slightly different than the pointer declaration syntax always confuses me to no end. I conceptually under pointers perfectly but their syntax is wack.
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 :)