C++ POINTERS (2020) - What is a dynamic two-dimensional array? (MULTIDIMENSIONAL dynamic arrays)

preview_player
Показать описание
In simple words, a two-dimensional array is an array of arrays. In this video, I'm explaining pointer use in multidimensional dynamic arrays.

📚 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.

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
Автор

I'm a Korean and have been purchasing other contents of book and videos, but they are almost all rubbish not worth of even 1 cent. I can not understand what rubbish they are saying! Now, I've come to fully understand what pointers and dynamic memory assignment are at once after watching these videos. Your contents are worth of much value and time effort!! I sincerely respect you.

정민강-rs
Автор

One of the most intuitive explanation on the dynamic 2d array I've ever seen. Thank you!

chau
Автор

Undoubtedly this is the best explanation of "dynamic two-dimensional array" I've ever seen.

faridtasharofi
Автор

Thank you so much for this video. I've been creating dynamic multi-dimensional arrays for hash tables without really understanding why I use double pointers, and for that reason I've been unallocating the memory incorrectly too! Your explanation is very clear and easy to understand, and I love how you used the spreadsheet to demonstrate the concept. It filled a large piece of missing knowledge for me!

zombiehellmonkeygaming
Автор

When you cut those pointers at 5:07, it just clicked something and I got everything that I wanted from this video. Loved it❤️❤️❤️❤️❤️❤️❤️

gouravchouhan
Автор

You have the talent at explaining complicated programming concepts and help me visualize them and finally understand them. So, I need to tell you.. you should never stop teaching. Thank you very much.

gammyhorse
Автор

Superb clarification, God bless you and may the force be with you!

akanguven
Автор

You really are helping the growing programmers like me, I have been watching your videos and they are very helpful to me, because I learn a lot from them, please keep up doing what is good to humanity, you will be rewarded by the Almighty God.

yusufg.
Автор

Very clear I love the way you explain things you explain and...repeat!

jeanhuberson
Автор

I have the midterm exam 2 days later and I've been trying to figure it out for 2 weeks; finally, I understood thanks to you

garpaygavs
Автор

I'm watching this video again (probably the fifth time) because I just completed a Python then a Java course, and now I need a C++ refresher! Thanks!

zombiehellmonkeygaming
Автор

Very helpful content. Please know that people like me recognize the effort you are putting in and appreciate the trouble you are going through to explain these concepts. I have seen many other videos, but have found yours to be hitting all the necessary points i.e., a) mechanism and sequence of allocation, b) visualization of the allocation process c) sequence and importance of the delete operation -

joydeepbanerjee
Автор

You dive into concepts, clearing it better than any other videos, that too by a method which never feels hard to learn unlike others (they are good too but you areamazing
)

kPawan
Автор

I'm a CS student and i can say that you clearly have the best explanation of all videos i have already watched. Completely understood.
Thank you so much. Keep up the great content please :D

nhatminhhoang
Автор

i've been searching for an explanation for this topic, and you've explained it well! thank you!

leilaborromeo
Автор

Very well explained. First time I got to understand this well. thanks and keep making programming easier to learn.

handover
Автор

thank you so much Saldina! You save my life. Keep up the great content!

AlexAlex-emct
Автор

Thanks I finally understand, instead of creating pointers for each row, you create a pointer that point to a pointer that you add bytes of memory into it, so it skip the part that you need to create pointers for each row, thanks alot!

sunstrumsharam
Автор

Got confused reading this from my textbook, your video broke it down so it was much easier to understand. Thanks!

Makornak