Uhm. Just want to correct There should be &(address operator in) y = &x; Because your pointing to the memory address of x and not to the variable x. But anyway, good video.
@araleann x is a pointer, if you do y = &x, y will point to x, not x's pointee. If you did y = &x, you would have to do **y = 13 to assign 13 to x's pointee. If x was a variable on the stack and not a pointer, then you would want to do y = &x.
I think I understand how to use a pointer, but I still have a question why would you eve need to use pointers/references? Maybe I just don't understand it. D:
nice it was worth watching
shaktiveer11 3 weeks ago
haha, I felt like I was watching Sesame Street, but for pointers. :)
paulalkemadesigns 5 months ago
ahahahah look at binky's eyes at about 1:05. hilarity
esaron88 7 months ago
Comment removed
esaron88 7 months ago
shit i still dont get it....
mp44christos 9 months ago
THIS IS THE SINGLE GREATEST POINTER VIDEO IN THE ENTIRE HISTORY OF C. Wish I wasn't working with nesC on tinyos. BUT C IS GREAT AND SO IS THIS VID.
slater3618 11 months ago
Uhm. Just want to correct There should be &(address operator in) y = &x; Because your pointing to the memory address of x and not to the variable x. But anyway, good video.
araleann 1 year ago
@araleann x is a pointer, if you do y = &x, y will point to x, not x's pointee. If you did y = &x, you would have to do **y = 13 to assign 13 to x's pointee. If x was a variable on the stack and not a pointer, then you would want to do y = &x.
ArrowRaider 7 months ago
amazing tutorial KEEP IT UP
punnu5997 1 year ago
Its awesome... If our teacher cud teach in this way it wud be more easier to understand... N i love u binky... :)
92MrRocktheworld 1 year ago 7
I think I understand how to use a pointer, but I still have a question why would you eve need to use pointers/references? Maybe I just don't understand it. D:
rakunko 1 year ago
Great video!! MORE!!!
tuntuni1000 1 year ago
That is hilarious! :)
OwlAndAHalf 1 year ago
good explaination
siva140988 1 year ago
8====D
deepakjindal070 1 year ago
1:25 awesome man
reitube2 1 year ago
Good work man, thanks for the video.
diegoramos27 1 year ago
good job
tronulu 1 year ago
int *x = (int*)42; is the correct syntax.
0121ryanh117 2 years ago
awsome
ghostleader2006 2 years ago
That's Cool.
Thx
jangkaman 2 years ago
good video :)
honestly;
thnx
Alienatorus 2 years ago 9
delete &(*new char());
xs2ahmed 2 years ago