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
-
willol13898yBe 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!
-
seplayer2808yI 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.
-
Pointers are super useful. And very much useful for optimizing a program.
Learn pointers well. :)
All the best. -
Ali3n498yYou ever tried playing around the stack and heap before? Could come in handy to understand pointers better.
Just started with pointers in C. Mind is fucked.
undefined