C++ arrays explained 🚗

  Рет қаралды 24,960

Bro Code

Bro Code

Күн бұрын

Пікірлер: 36
@BroCodez
@BroCodez 2 жыл бұрын
#include int main() { std::string cars[3] = {"Corvette", "Mustang", "Camry"}; std::cout
@zakmartin7567
@zakmartin7567 2 жыл бұрын
Heck yes. Keep these updated vids coming pls. My C++ term starts next week :3
@FrederikWollert
@FrederikWollert 7 ай бұрын
I really like your C++ series. Keep it up. Please make more C++ Videos. So, let's defeat the KZbin algorithm.
@batknight2241
@batknight2241 2 күн бұрын
mann thanks alot i was having a real hard time understanding arrays, u explained in the most easiest way. i got an exam tomm u a life saver
@AnimateIt2BauBau
@AnimateIt2BauBau Жыл бұрын
The edit at 5:18 was so smooth
@artemzakharchuk2842
@artemzakharchuk2842 Жыл бұрын
#include using namespace std; int main() { string names[8] = {"Artem", "Eva", "Yula", "Polina", "Lesha", "Bogdan", "Nikita", " Dima"}; cout
@albertomecanicaslocassergio
@albertomecanicaslocassergio 10 ай бұрын
It's a good start, but you can reduce the amount of lines doing: #include using namespace std; int main() { string names[] = {"Artem", "Eva", "Yula", "Polina", "Lesha", "Bogdan", "Nikita", "Dima"}; for(std::string name : names){ cout
@Rashed_16
@Rashed_16 4 ай бұрын
someone tells him about using namespace std;
@theday56
@theday56 3 ай бұрын
he mentioned in another vid why he doesnt use it but i dont remember
@Rashed_16
@Rashed_16 3 ай бұрын
@@theday56 oh okay
@Lokvie
@Lokvie 2 ай бұрын
It might be useful for some projects, but it is a bad practice. It makes the code harder to read for others and also makes it harder for you to write when you have to work on someone elses project, that doesn't use ''namespace std;''
@tavares._art
@tavares._art 11 ай бұрын
using namespace std int main() { int shoeSize [6] = { 33, 35, 37, 39, 41, 43} cout shoeSize
@waafQ3
@waafQ3 22 күн бұрын
man my size is not even close to what you entered
@tavares._art
@tavares._art 22 күн бұрын
@@waafQ3 lol
@BioElectricDuck
@BioElectricDuck 16 күн бұрын
1:22 was so good
@MuzoGonViral
@MuzoGonViral 3 ай бұрын
#include #include using namespace std; int main() { string car[]={"toyota, Nissan,isuzu"}; cout
@yahyaarfaoui8526
@yahyaarfaoui8526 Жыл бұрын
Array[ "good job"];
@whathuh6965
@whathuh6965 3 ай бұрын
string Brands[] ={Nike, Adidas, Puma, Fila,} if(Condition ==true) { Brands[0] = "Sketchers"; }
@unruly_ronin
@unruly_ronin 6 күн бұрын
string mages[ ] = {"Master", "S-Class", "Mage"};
@oximas-oe9vf
@oximas-oe9vf 2 жыл бұрын
what would happen if you try putting accessing an element out side the array in c++ i.e.(std::cout
@FlorrioEggGaming
@FlorrioEggGaming Жыл бұрын
uhh that shouldn't even happen ,you are only meant to get a warning that this value doesn't exist
@MindOfT1m
@MindOfT1m 4 ай бұрын
yeah wtf 🤣
@abidaismail8539
@abidaismail8539 4 ай бұрын
Sir zoom out the screen
@wlsedlacek
@wlsedlacek Жыл бұрын
double car[] = {1.99, 4.57, 19.99, 100}; std::cout
@criminalx7099
@criminalx7099 2 жыл бұрын
string bikes[2]; cout
@panxel8615
@panxel8615 10 ай бұрын
you can do sizeof(bikes). it returns the length of the array, in this case 3
@jesusmarin6668
@jesusmarin6668 Ай бұрын
Yeah I was going to say that but you already now that
@estherolayade4723
@estherolayade4723 27 күн бұрын
string drinks = {"Milkshake,", "Water", "Soda", "Smoothie", "Juice" }; std: : cout
@parpaperchimp
@parpaperchimp 8 ай бұрын
#include int main (){ int pizza = 1; int neutral = 2; int choise; Std::string neutralmenu[]= {“meat”, “pasta”,”bread”} pizzamenu[]={“margherita”,”marinara”,”capricciosa”}; std::string std::cout
@ancientastronauttheorists
@ancientastronauttheorists Жыл бұрын
#include using namespace std; int main() { double prices[] = {3.40 , 4.33, 22.50}; prices[0] = 30; cout
@matheus1766
@matheus1766 Жыл бұрын
#include int main() { std::string colors[] = {"Red", "Blue", "Yellow", "Pink", "Black", "Gray", "Green"}; std::cout
C++ sizeof() operator explained ⚖️
4:55
Bro Code
Рет қаралды 10 М.
C++ multidimensional arrays explained ⬜
7:41
Bro Code
Рет қаралды 11 М.
When u fight over the armrest
00:41
Adam W
Рет қаралды 24 МЛН
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 117 МЛН
Arrays in C++
18:31
The Cherno
Рет қаралды 430 М.
C++ user defined functions explained 📞
7:24
Bro Code
Рет қаралды 20 М.
COMPUTER SCIENCE explained in 17 Minutes
16:49
Wacky Science
Рет қаралды 1,4 МЛН
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 664 М.
WHY IS THE STACK SO FAST?
13:46
Core Dumped
Рет қаралды 169 М.
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 7 МЛН
Introduction to Arrays in C++ | C++ Tutorials for Beginners #lec42
23:36
Jenny's Lectures CS IT
Рет қаралды 35 М.
you will never ask about pointers again after watching this video
8:03
C++ Dynamic Arrays (Dynamically Allocated Array)
8:59
Kenny Yip Coding
Рет қаралды 4,1 М.
When u fight over the armrest
00:41
Adam W
Рет қаралды 24 МЛН