C++ Programming Tutorial 40 - Break and Continue

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Easy explanation without being too boring. This deserves more views!

HerrUnterberg
Автор

You should publish a book that follows along with your tutorials, I think a lot of people would buy it to reference while watching/take notes on. I know I would!!! Thanks for having the best tutorials on youtube!! Such a lifesaver! If only my c++ professor was half as good at explaining concepts...

zucchinizorro
Автор

I am starting to think Caleb is making this series as a way of saying "Hell" as much as possible.

CelynBrum
Автор

Man, this guy just loves the word "hell"

technocuber
Автор

This tutorial gave me the idea of making hangman.

MI-hfcq
Автор

Should have scrolled down after the continue statement to show everything but the o was printed.

zanetrain
Автор

So if I were to explain "continue", it would mean that it skips every line of code below it that is within the loop. In this case, whenever the if statement with "continue" fires, the cout command is skipped.

Done a quick test, the "continue" statement only affects code below it that is within the loop, anything above it is unaffected.

cnash
Автор

Hello, Mr. Celeb, I got a question about continue. When is it necessary to use it when you are coding in real work?
btw I love your c++ videos.

emmanuelisidahomen
Автор

wouldn't it be easier just to use a range-based for loop instead of normal for loop to display each element of the string?

isythnic
Автор

Should I continue watching these videos now, or take a break? See what I did there? 😎

PunmasterSTP
Автор

is i ++ different than "continue"?

alexissuarezalvarez
Автор

Hey why don’t you reply in the comment seciton

foxingeverything