10

Just started with pointers in C. Mind is fucked.

Comments
  • 6
    Be sure to really understand and work with pointers, you'll have a fast better understanding of computers and programming. It will definitely help you learning and debugging, even other languages that doesn't use pointers!
  • 2
    May God blast you
  • 1
    I gotta admit that it is actually not that hard as I thought in the lecture. We used to program arrays in the last assignment included a library which avoided pointers just to understand how arrays are working. Now we have to do the exact assignment again but with the stdio lib.
  • 1
    Pointers are super useful. And very much useful for optimizing a program.
    Learn pointers well. :)
    All the best.
  • 1
    You ever tried playing around the stack and heap before? Could come in handy to understand pointers better.
  • 2
    Probably you may start learning Brainfuck 😆
  • 1
    Use protection ;)
  • 2
    Leave some mind trauma available for learning c++.
  • 2
Add Comment