C++ POINTERS (2020) - How to use pointers and arrays (for beginners) PROGRAMMING TUTORIAL

preview_player
Показать описание
In C++ array name represents the address of the first element of that array, and it can be used as a pointer to access other elements of that array as well.
This means that [ ] (square brackets) behave as a dereferencing operator.
The array name can also be used with * (asterisk) like we do when working with pointers.
Be very careful when accessing array elements, and don't use indexes that are out of the bounds of that array.

Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.

I use it to enhance the performance, features, and support for C, C#, and C++ development in Visual Studio.
It is a powerful, secure text editor designed specifically for programmers.

However, please don't feel obligated to do so. I appreciate every one of you, and I will continue to share valuable content with you regardless of whether you choose to support me in this way. Thank you for being part of the Code Beauty community! ❤️😇

Follow me on other platforms:
Рекомендации по теме
Комментарии
Автор

📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.

CodeBeauty
Автор

Everything seems easy when taught by you😌

sayaleeambulkar
Автор

I saw several videos in this channel and I think it is a great course/s to learn, to remember several essential concepts of programming. Great! Many thanks :)

licinio
Автор

Finally, I have found the best teacher in the world!

silverstar
Автор

This just blew my mind, I'm learning c++ for a project, the reference code I found is so confusing so I was just watching some youtube videos to understood, and yours is really well explained, thank you! It was an absolute mind-blowing to me 🤯❤

sofiavaleriatorochambi
Автор

Thank you very much!!!! The best classes I've received.

danwatgu
Автор

excellent explanation, you answered all the questions I had about pointers with arrays and taught it perfectly for beginners! 👏

darrenfrancis
Автор

you're soo underrated you deserve a lot more subs than you have right now

optane
Автор

One solution for the last part is to use: sizeof(luckyNumbers) or luckyNumbers.size() in the for loop condition.
So we can avoid accessing memory location not belonging to us.

AKhan-
Автор

I know you mention it's tough recording video's while trying to break the language barrier. I have no issue understanding anything you say nor do I even notice the little thing's that you mention in these pop ups about some mispronounced word. I never even notice and I'm grateful that you took the time to do it in such a manner. I would have missed out had this been in any other language as I'm unable to speak any other myself. Cheers!

painsme
Автор

thank you so much, your voice is so nice even it leads me to understand easily

ruachmajiokkhor
Автор

One of the best course's I have ever find! tnx a lot from Iran❤️

MohamadrezaVafaieekia
Автор

Very good video. I learned something new!

dalerobinson
Автор

Beautifully explained + You said Derefrenciate 5 times.

muhammadumernadeem
Автор

Thank you so much.Its very useful and easy way to understand programing language. we want more languages videos like python full course

vijayanand
Автор

This is the best video i could find, thx ma'am 🎉🎉

thedarkbountyhunter
Автор

Such an amazing explanation. I was checking on a very well know online course, specifically for how to combine Pointers and Arrays and they include Stack and Heap in the explanation trying to clarify but that was really confusing then I found this video and this is very concise, straight to the point and very well explained, I loved it. Now I am ready to continue with me C++ project 😊

leoespejo
Автор

For the first time in 4 months, I'm finally able to understand pointers thanks to you.

bbains
Автор

Thank you so much ma'am. You really make programming very fun and interesting.

lexico
Автор

I'm starting my final year papers at uni, my algorithms and data structures paper uses c++ and the way they explain things is soooo much more confusing than you do!! I felt like you explained linked lists SO well that I'm going to watch this whole pointers series, even tho I've already learnt them, I don't fully get it. I hope you have content for all the other topics we learn!! Thank you!!

making.fronds