2D Dynamic Jagged Array in C++|Take Input in 2D array|Output values of 2D array|Delete 2D Array

preview_player
Показать описание
This will allow you to learn how you can declare 2D Dynamic Jagged Array|Take Input in 2D array|Output values of 2D array|Delete 2D Array|Two Dimensional Dynamic Array|Matrix array in c++ console application

You can find the code at the following link:
Рекомендации по теме
Комментарии
Автор

Bro do you know how can I do this but for fixed amount of Columns and different rows?

atifkarim
Автор

well explaned can you tell me how to convert the 2d array that you just created in the video into 1d

ahmadmustafa
Автор

No, it isn't possible to do that, as while declaring first we have to declare the number of rows and then each row is assigned a specific number of columns

programminggate
Автор

bro u need to delete the number array so that the heap memory will free out

subhodeepgoswami