[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –

C Programming Tutorial – 42 – Pointers
by
Tags:
Comments
47 responses to “C Programming Tutorial – 42 – Pointers”
-
what a crystal clear explanation! well done sir
-
your cupboard is a memory address of tuna
-
I'm gonna go make a sandwich now.
-
Play at 1.5 speed 🙂
-
Great explanation!!!
-
Thank you!!
-
a pointer is a special type of variable that can hold the memory address of a variable.
-
Why do I confuse after my professor's 50 min lesson talking about pointer and understand it in ten min with Bucky's tutorial?
-
Great video, but a small little note for some viewers:
The memory address is a number. It is a hexadecimal (base 16) number. In fact this is important, because we do arithmetic operations on them. Add 1 to the address, and whoop, you are at the next byte in your memory, and so on. -
18 dislikes? why? .. This video explained me more in 10 mins then my professor could in 10 weeks.. jeez (y) keep up the good work man..
-
Thank you so much for the clear explanation.
-
what if i want to have this pointer in binary to encrypt a file on my computer using DES?
-
I love tuna
-
Pointers are so confusing concept that I had to watch tutorials 42 and 43 (which were way more informative than the lectures by the way) at least twice. I love how your tutorials are so consistent to the things we discussed on my lectures.
-
should some 'professors' shame on their shitty lecturing skills?
-
press windows button and then +
it will zoom so you can see easily -
thenewboston man you sure do like tuna
-
Yes! No accent thank God!
-
What if want to get the address of the Pointer itself?
-
"First time watcher". POINTERS: Now that's what I'm talking bout… GOOD STUFF, thank you. Clear & Concise = I'm hooked. Make room for another sUbScRiPtIoN. p.s. And it's in good old (audible) English too. Can't beat that :O) Cheers
-
I just wanna kill the C teacher, in my college right now…. Bucky you are great….
-
Thank you! You are amazing teacher!!!
-
why theres a pTuna and then below &pTuna
-
Super cool tutorial. Explained step by step and easy to understand. Thanks for sharing this if us
-
really helpful thank you
-
I named my cat Bucky because they both love tuna equally.
-
Sorry but Iam not getting the Same result , as ptuna value is address of tuna ,but Iam getting some other value
-
need 6 hours to complete further.. ugh tired
-
what program are u using??
-
Beautiful!!
-
"Well, we can't store it in an int, because it has characters in it" /FACEPALM
Also, Hungarian notation (pTuna for pointer, iNumber for int, etc) is used by some, but isn't THAT wide anymore. Lots of people don't touch it because it's just noise in the end – self-documenting names are a better way to go about it.
Please, people, search some actually good knowledge sources. Bucky's tutorials are not that. So much not that. -
Man you're the best
-
please zoom!!!
-
This seems like good stuff. Too bad I can't see what he is doing with that font size.
-
Thanks bro , This explained the pointer for me
-
I came here because goddamn Harvard's CS50 can't explain this, thank you so much
-
hi been workig on this tutorial for quit a while and saw this pointer video and got a doubt
can any one menction the difference between the below two printf linesint a = 100;
printf("%p",a);
printf{"%p", &a);both show the different addresses
so both are good to use or just have to use the second printf -
final exam after 7 hours trying to finish the whole tutorial which is 6 hours long hhhhhhh
-
This was awesome. I have an example on my channel of how to use pointers for user input if anyone wants to see!
-
man can you please expand your screen so that we can also see what are you typing and running ? The font is so tiny that I can hardly read 🙁
-
Really great explanation on pointers
-
This was a good video.
(puts on sunglasses)
You've definitely given me a few pointers.
YEAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHH! -
I generally thank you for your all tutorial Mr
-
YAS i finally understand!
thanks man -
Great description, I know I found this topic to be difficult when I started learning C and many of my classmates still struggle with this topic sometimes. Using a simple analogy such as the house with an address example really helped me to get my head around this topic when I first learned it. I feel like I initially suffered due to the mentality of just moving the syntax around until it compiled/worked without fully understanding it. Starting at such a basic level then moving to syntax, then examples really helped me learn this topic. Thanks for the video!
-
Very helpful summary, clearly explains the basics of pointers by using approachable language and examples. It was refreshing to have someone begin from the lowest level possible and moving up to the more complex uses, unlike most videos and web articles. The format also makes it very easy to follow along and actually code a lot of this yourself as he leads on the video. Great video for someone looking for more information on the basics of pointers.
Leave a Reply