Multidimensional Arrays in C++ (2D arrays)

Опубликовано: 07 Ноябрь 2024
на канале: Kenny Yip Coding
692
31

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:    • Arrays in C++  
Vectors:    • C++ Vectors and Dynamic Arrays  

C++ Playlist:
   • C++ Programming Tutorial  

Install C++ with VS Code:
   • How to set up C++ in Visual Studio Code  

Subscribe for more coding tutorials 😄!