How To Create 2D Vector in c++ (2021) || Vector of vectors (C++ programming tutorial) (2021) ||

preview_player
Показать описание
How To Create 2D Vector in c++ (2021) || Vector of vectors (C++ programming tutorial) (2021)

|| 2021

So guys in this today I am gonna discuss how to create a multidimensional matrix in CPP like how to implement 2d vectors and what will be the code the how to print out the values stored in a multidimensional array and if you have any doubt related to this topic after watching my video pls let me know in the comment section so that I can solve your query and there will be a little bit of noise in the entire so pls do compromise for that and if you like really think that my video is help full then please like this video and a subscribe to the channel will be marvellous
Рекомендации по теме
Комментарии
Автор

Hey All, I found a bit simpler way to implement this :

int value;
for(int i=0; i<n; i++){
for(int j=0; j<n; j++){
cin>>value;
myvector[i].push_back(value);
}
}

manishkumar-qnlx
Автор

bhai mene jitne tarike the volume badali par tumari awaz ni sunai di. Thoda tez bola karo

tophop
welcome to shbcf.ru