21:Everything u need 2 know about pointers -Richard Buckland
Video Statistics and Information
Channel: UNSW eLearning
Views: 508,124
Rating: 4.9087481 out of 5
Keywords: pointers, indirect, addressing, pass, by, reference, value, richard, buckland, UNSW, computer, science, comp1917, university, lecture
Id: Rxvv9krECNw
Channel Id: undefined
Length: 48min 28sec (2908 seconds)
Published: Fri Apr 25 2008
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Better than Binky.
Richard Buckland is a legend. Awesome lectures.
Finaly a submission in r/programming that actually has something to do with programming.
I was amazed that I knew everything he talked about.
Java in college makes people oblivious to memory usage.
Now i want a mars bar.
That class was loud as hell. He is a patient professor.
Is the answer to, ((&(&(&(((x))))))), //what is this, LISP!? the problem he showed about 16 minutes in equal to 4?
EDIT: proof
You can't get the address of an address in C/C++. This makes sense because whats returned from &x isn't stored in a place you should be able to access, and thus, are not allowed to find the address. I was thinking that the compiler would negate &* but that would be even more confusing.
Upvote for 'naughts and crosses' instead of 'tic tac toe'. Other than that, I was pretty disappointed as the topics discussed in this video were pretty basic and didn't even cover function pointers. I'd hardly say that's everything I need to know about pointers.
The best tutorial on pointers is A TUTORIAL ON POINTERS AND ARRAYS IN C by Ted Jensen
At first I was like tldr .. and then I am bringing food to watch the rest of this