KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
C++ QUIZ GAME for beginners 💯
11:46
Multidimensional Arrays in C++ (2D arrays)
20:21
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
1% vs 100% #beatbox #tiktok
01:10
Сестра обхитрила!
00:17
Пилот обманул смерть ракета пролетела рядом с ним #shorts
00:10
C++ multidimensional arrays explained ⬜
Рет қаралды 16,072
Facebook
Twitter
Жүктеу
1
Жазылу 2,4 МЛН
Bro Code
Күн бұрын
Пікірлер: 17
@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
Ай бұрын
What a beautiful explanation of complex concept like 2 Dimensional Arrays. Mindblowing Video Sirji.
@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
Жыл бұрын
#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
5 ай бұрын
It should be peoples[ ][3] , not peoples[ ][2] since you have 3 elements in each row which means 3 columns
@HellWriter
Ай бұрын
cout
@neveroddnoreven1553
10 ай бұрын
Great stuff
@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
2 жыл бұрын
how do we take input from user and make them come in a matrix form
@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
7 ай бұрын
good video man
@TahaProgrammer
Жыл бұрын
Giga Chad Busted, you are nice, you are catlike
@AC0_0
Жыл бұрын
🥰
@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
3 ай бұрын
Keep it up my brother. did you make any significant progress in the last 9 months ?
11:46
C++ QUIZ GAME for beginners 💯
Bro Code
Рет қаралды 10 М.
20:21
Multidimensional Arrays in C++ (2D arrays)
The Cherno
Рет қаралды 204 М.
00:19
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
Симбочка Пимпочка
Рет қаралды 6 МЛН
01:10
1% vs 100% #beatbox #tiktok
BeatboxJCOP
Рет қаралды 67 МЛН
00:17
Сестра обхитрила!
Victoria Portfolio
Рет қаралды 958 М.
00:10
Пилот обманул смерть ракета пролетела рядом с ним #shorts
ТАЙНА НЛО
Рет қаралды 5 МЛН
17:49
C++ POINTERS (2025) - What is a dynamic two-dimensional array? (MULTIDIMENSIONAL dynamic arrays)
CodeBeauty
Рет қаралды 119 М.
5:29
C++ arrays explained 🚗
Bro Code
Рет қаралды 36 М.
16:55
Two dimensional array - multiplication table
James Mardis
Рет қаралды 2,9 М.
5:55
How to sort an array in C++ for beginners ➡️
Bro Code
Рет қаралды 16 М.
7:24
C++ user defined functions explained 📞
Bro Code
Рет қаралды 29 М.
11:26
C++ 2D arrays (#20) ⌨️
Bro Code
Рет қаралды 12 М.
6:58
C++ How to fill an array with user input 🌭
Bro Code
Рет қаралды 12 М.
8:03
you will never ask about pointers again after watching this video
Low Level
Рет қаралды 2,5 МЛН
7:33
C 2D arrays ⬜
Bro Code
Рет қаралды 100 М.
22:59
The Dome Paradox: A Loophole in Newton's Laws
Up and Atom
Рет қаралды 1,1 МЛН
00:19
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
Симбочка Пимпочка
Рет қаралды 6 МЛН