C++ multidimensional arrays explained ⬜

  Рет қаралды 16,072

Bro Code

Bro Code

Күн бұрын

Пікірлер: 17
@BroCodez
@BroCodez 2 жыл бұрын
#include int main() { std::string cars[][3] = {{"Mustang", "Escape", "F-150"}, {"Corvette", "Equinox", "Silverado"}, {"Challenger", "Durango", "Ram 1500"}}; int rows = sizeof(cars)/sizeof(cars[0]); int columns = sizeof(cars[0])/sizeof(cars[0][0]); for(int i = 0; i < rows; i++){ for(int j = 0; j < columns; j++){ std::cout
@siddharthjain6629
@siddharthjain6629 Ай бұрын
What a beautiful explanation of complex concept like 2 Dimensional Arrays. Mindblowing Video Sirji.
@Gamer-br1fk
@Gamer-br1fk 3 ай бұрын
For school we have to learn javascript...we had to learn 2d arrays but I needed someone to explain it in cpp first so I would get it. TYY!!!
@artemzakharchuk2842
@artemzakharchuk2842 Жыл бұрын
#include using namespace std; int main() { string peoples[] [2] = {{ "Eva", "Yula", "Lisa"}, { "Artem" , "Kirill", " Ivan"}}; int rows = sizeof(peoples) / sizeof(peoples[0]); int columns = sizeof(peoples[0]) / sizeof(peoples[0][0]); for ( int i = 0; i < rows; i++) { for (int j = 0; j < columns; j++) { cout
@retardbuster1498
@retardbuster1498 5 ай бұрын
It should be peoples[ ][3] , not peoples[ ][2] since you have 3 elements in each row which means 3 columns
@HellWriter
@HellWriter Ай бұрын
cout
@neveroddnoreven1553
@neveroddnoreven1553 10 ай бұрын
Great stuff
@user-lyf4isnt7daijobu
@user-lyf4isnt7daijobu 6 ай бұрын
#include int main() { std::string students[][3] = {{"101","Amit","8.7"}, {"102","Anuj","8.4"}, {"103","Ankit","8.5"}, {"104","Aditya","7.9"}, {"105","Anu","8.9"}}; int rows = sizeof(students)/sizeof(students[0]); int cols = sizeof(students[0])/sizeof(students[0][0]); for (int i = 0; i < rows; i++) { for (int j = 0; j < cols; j++) { std::cout
@shahnawazmalik5291
@shahnawazmalik5291 2 жыл бұрын
how do we take input from user and make them come in a matrix form
@shadowfall1700
@shadowfall1700 Жыл бұрын
look at the video he make name "How to fill an array with user input" then you gather them in a 2D array
@randomdude5634
@randomdude5634 7 ай бұрын
good video man
@TahaProgrammer
@TahaProgrammer Жыл бұрын
Giga Chad Busted, you are nice, you are catlike
@AC0_0
@AC0_0 Жыл бұрын
🥰
@ali.alsjad1
@ali.alsjad1 Жыл бұрын
#include using namespace std; int main() { string foods[][3] = { { "beef","lamb","pork" },// pork is haram (: { "tomato","potato","carrot" }, { "aple","mango","melon" } }; int rows = 3; int coloms = 3; for (int i = 0; i < rows; i++) { for (int j = 0; j < coloms; j++) { cout
@manes8008
@manes8008 3 ай бұрын
Keep it up my brother. did you make any significant progress in the last 9 months ?
C++ QUIZ GAME for beginners 💯
11:46
Bro Code
Рет қаралды 10 М.
Multidimensional Arrays in C++ (2D arrays)
20:21
The Cherno
Рет қаралды 204 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
C++ arrays explained 🚗
5:29
Bro Code
Рет қаралды 36 М.
Two dimensional  array   -  multiplication table
16:55
James Mardis
Рет қаралды 2,9 М.
How to sort an array in C++ for beginners ➡️
5:55
Bro Code
Рет қаралды 16 М.
C++ user defined functions explained 📞
7:24
Bro Code
Рет қаралды 29 М.
C++ 2D arrays (#20) ⌨️
11:26
Bro Code
Рет қаралды 12 М.
C++ How to fill an array with user input 🌭
6:58
Bro Code
Рет қаралды 12 М.
you will never ask about pointers again after watching this video
8:03
C 2D arrays ⬜
7:33
Bro Code
Рет қаралды 100 М.
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 1,1 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19