2D arrays in c++ and multidimensional arrays in c++. In this video you will learn how to create 2D arrays and vectors and use them to represent tables, grids, and boards. A 2D array is also known as a matrix because it has a rectangle structure due to the fixed sizing of the arrays. Unlike a 2D array, a 2D vector does not necessarily have a rectangle structure since each vector can have a different number of elements.
If you need to review past C++ Topics:
Arrays: https://youtu.be/TjIUYNdbmFk
Vectors: https://youtu.be/OGQQK-hmOpE
C++ Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE
Github Repo for C++ Code:
https://github.com/ImKennyYip/cpp
Install C++ with VS Code:
https://youtu.be/DMWD7wfhgNY
Subscribe for more coding tutorials !