C++ switch tutorial (#7) 🔀

  Рет қаралды 7,722

Bro Code

Bro Code

Күн бұрын

Пікірлер: 19
@BroCodez
@BroCodez 4 жыл бұрын
#include #include using namespace std; int main() { /* //--------------------- Example 1 --------------------- int month; cout > month; switch (month) { case 1: cout
@tomaszkarolak6179
@tomaszkarolak6179 4 жыл бұрын
The best tutorials, I've ever seen on YT, thx bro!!!
@WushuAII
@WushuAII 3 жыл бұрын
Really good work bro! I will recommend you to everyone! Bik love! wish you the best!
@prumchhangsreng979
@prumchhangsreng979 3 жыл бұрын
My C class is going to start next week monday, and here I am alr finish all ur C video, and wandering around in C++ lol. And my C++ class start in next 2month. i cant lol
@solace895
@solace895 3 жыл бұрын
It is always pizza month bro... I like the way you teach, keep up the good work!
@shahdx0x
@shahdx0x 10 ай бұрын
You are a life saver bro.
@Solo_forever562.
@Solo_forever562. 2 жыл бұрын
done
@loraxthegrey6723
@loraxthegrey6723 2 жыл бұрын
Can't you just use "return 0" instead of "break"? I tried and it worked just fine, can someone tell me if it messes up something else in the code?
@tedchiu1433
@tedchiu1433 3 жыл бұрын
Thank you Bro !!
@R-RBO_GWHG
@R-RBO_GWHG 15 күн бұрын
thx bro
@sihleebuthelezi9231
@sihleebuthelezi9231 2 жыл бұрын
Bro switch statements don't seem to work for strings
@MackowyPoress
@MackowyPoress Жыл бұрын
Did u write include(string)
@baovogia6782
@baovogia6782 3 жыл бұрын
thanks alott Bro
@mateusmachado3744
@mateusmachado3744 Жыл бұрын
// Informs the country where a city is located using switch #include int main() { int city; while (city < 1 || city > 6) { // Prompt user for city std::cout city; // Return the city's country switch (city) { case 1: std::cout
@smallpcgaming7279
@smallpcgaming7279 3 жыл бұрын
#include #include using namespace std; int main() { int (ram); cout > ram; switch (ram) { case 1: cout
@BroCodez
@BroCodez 3 жыл бұрын
32 or bust!
@powarito1337
@powarito1337 2 жыл бұрын
And when a person write, for example, 3, 5, 11, 15, switch case will be default: "u dumb?. I said between 1 and 32", but these numbers are in range 1-32.
why are switch statements so HECKIN fast?
11:03
Low Level
Рет қаралды 441 М.
C++ if statements (#6) ❓
14:05
Bro Code
Рет қаралды 8 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
How To Start or Continue Learning C++
8:02
Low Level Game Dev
Рет қаралды 36 М.
Learn C++ With Me #12 - Switch Statement
8:02
Tech With Tim
Рет қаралды 22 М.
C++ for loops (#12) ➰
11:15
Bro Code
Рет қаралды 12 М.
C++ pointers (#18) 👉
7:56
Bro Code
Рет қаралды 10 М.
#14 Switch Statement in JavaScript
7:58
Telusko
Рет қаралды 126 М.
Learn Switch Statements In 7 Minutes
6:57
Web Dev Simplified
Рет қаралды 49 М.
C++ Programming Tutorial 35 - Switch Statement and Enum
8:52
Caleb Curry
Рет қаралды 49 М.
why do void* pointers even exist?
8:17
Low Level
Рет қаралды 407 М.
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 1,7 МЛН