43

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

Comments
  • 0
    @moro thanks dude
  • 3
    Using pointers is like having godlike power.
  • 1
    @treeroot with great power comes great responsibility
  • 7
    Pointers, the best way to:
    -Use resources efficiently
    -Blow off your leg
  • 3
    Shouldn't step 5 just be a pointer to step one. Then you have a cyclical linked list. Good stuff.
  • 2
    me and async right now
  • 5
    I think I found this at /r/ProgrammerHumor
  • 1
    You should have repeated on point 4
  • 1
    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
Add Comment