Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bbuck117yShouldn't step 5 just be a pointer to step one. Then you have a cyclical linked list. Good stuff.
-
At first, I was confused about pointers too, but once I got a grasp of them, I don't understand what's so hard about them anymore
It simply represents a memory location. That's all
Related Rants
teaching myself pointers right now
here is my learning process right now:
1. what even is this
2. wow this is neat
3. why does this even exist
4. what even is this
5. repeat
undefined
c
confusion
pointers
what