This definitely filled the gap in my brain with understanding pointers and references, thanks for your thorough explanation! Will be sure to share this with people that are struggling with this as well
Thanks! When I was learning these concepts I remember guessing * and & until the program compiled and worked 😅. Once I learn how exactly it works behind the scenes, it became second nature. Glad this video helped and thanks for sharing!
I wish RUclips had option of liking content multiple times similar to claps on medium, This nearly hour long video must have taken you a lot of effort Thank you so much for sharing this💙
Goddamn man idk why no one else was able to emphasize the difference between swapping values vs swapping addresses. Copies! Having the same value in multiple addresses, yes - I can see that being problematic and inefficient once you scale up. Jesus! Thank you for this video
Yes, it's correct, both x and y are integer pointers. The * dictates that it's a pointer and it also is used to read/write to the location it's pointing to. Hence, x is a pointer variable and the value 5 is assigned to where x points to.
This definitely filled the gap in my brain with understanding pointers and references, thanks for your thorough explanation! Will be sure to share this with people that are struggling with this as well
Thanks! When I was learning these concepts I remember guessing * and & until the program compiled and worked 😅. Once I learn how exactly it works behind the scenes, it became second nature. Glad this video helped and thanks for sharing!
I wish RUclips had option of liking content multiple times similar to claps on medium, This nearly hour long video must have taken you a lot of effort
Thank you so much for sharing this💙
No problem! Glad you found it useful!
Your content is amazing, keep up the good work!
Thanks, will do!
Thank you very much... I watched all of it. I understand pointers and references now. Love from Zimbabwe 🙂🙂 ❤
Hello to Zimbabwe!
Love you Brother from India
And from Mexico over here!
@@VelcodeCS Love Mexico 💫
Thank you for taking the time to make these videos. Please continue. You make a big difference in my learning , Thank you again.
THANK YOU DUDE!!!🙏
man, you are the best.
it is great, just great video😃
This was really helpful my friend, keep it up
Thank you 😊
Goddamn man idk why no one else was able to emphasize the difference between swapping values vs swapping addresses. Copies! Having the same value in multiple addresses, yes - I can see that being problematic and inefficient once you scale up. Jesus! Thank you for this video
Yeah, once that clicked in my brain. I was like, why does no one teach it like that?! Well, at least, no one I know. Glad it helped!
37:39, is that code correct? int assigned to x pointer to int?
Yes, it's correct, both x and y are integer pointers. The * dictates that it's a pointer and it also is used to read/write to the location it's pointing to. Hence, x is a pointer variable and the value 5 is assigned to where x points to.
That thumbnail!!! 😅😂
😅
how much are u into cryptocurrency As a programmer?
I myself have not been involved with crypto at all. I'm interested in how the block chain works, but not so much into the currencies themselves.
Hi, could you please give me any of your social media accounts, also I really liked your C++ videos they are amazing bro