Top Comments
All Comments (79)
-
ur videos r so awesome. hope u make more. Great job!
-
WTH ? (What The Heck ?)
this is the best tutorial in the youtube!!
-
Why should we use a Reference and Pointer?
-
Great video but you sound like napoleon dynamite :p
-
Pointer pointing to a pointer?
pointerception.
-
@drakion1989 And yet you have spare characters free to complain about the lack of characters. I think I detect a hint of irony.
-
@kdmq This is the graphical part i made
section 1 declaring variables: int* ipPtrToInt = 0 ; int iInt = 10 ; int iAnotherInt = 20 ;
section 2 ipPtrToInt =&iInt;
section 3 ipPtrToInt = &iAnotherInt;
section 4 *ipPtrToInt (with the multiplication dot actually this "ipPtrToInt" pointer is "iAnotherInt" since "iAnotherInt" was the last direction he went changing "iAnotherInt" value to "iInt" value that its 10) =&iInt;
-
@Slynas its variable will become iInt value and that value is 10. hope u understood my explanation, its hard for me to explain with this youtube gay characters per post limit.



Thanks so much for these videos, I'm taking c++ online and all of the reading can get tiring and confusing. This is very strait forward and easy for me to understand.
aikiuke 1 year ago 26
I'd like to see you do some more practical applications at the end of each lesson. My newb self is still having trouble figuring out a practical application for pointers, although I know what "they are" and "how to code them". Just not sure why I'd use them...
partoftheherd 6 months ago 7