This tutorial series was very helpful so far. I was getting kind of annoyed that we were only learning c++ "vocabulary", but I can already see that it will help us progress much faster in the upcoming videos. I'm already able to make a simple but very functional calculator using custom functions, switches, and terminal inputs and outputs. Thank you so much for everything so far, I will make sure to complete the entire series. :)
The first thing I made with the if and else statement is this: #include using std::cin; using std::cout; using std::endl; int main() { int a; cout a; if(a == 69) { cout
No it doesnt, you still need a break command. But, because ussually the default statement at the very bottom of the case, it will only execute itself (because there is no other case below default).
@@sryp3055 A switch statement can have an optional default case, which must appear at the end of the switch. The default case can be used for performing a task when none of the cases is true. No break is needed in the default case. I did some research and this is what I found.
#include #include #include #include using std::cout; using std::cin; using std::endl; using std::string; int main() { int secret_num; cout > secret_num; if(secret_num == 69){ cout
You need bigger dogs ;) I was like 'is that a bird?' He goes, 'and there go the dogs barking' lol. ... we breed Irish Wolfhounds, dog bark is much different sound.
kudos to everyone who are still going!!
Finally, the good stuff!
You mean Embarcadero? Hey, have you ever heard about Embarcadero?
@@pierfrancescopeperoni Yes, and now I know they make at least two products: C++ Builder and Rad Studio. Super!
Good lesson Man, ive already studied this but i wanted to Watch your videos and wooah, you can become a teacher i think
This tutorial series was very helpful so far. I was getting kind of annoyed that we were only learning c++ "vocabulary", but I can already see that it will help us progress much faster in the upcoming videos.
I'm already able to make a simple but very functional calculator using custom functions, switches, and terminal inputs and outputs.
Thank you so much for everything so far, I will make sure to complete the entire series. :)
Thanks for making these videos. really helps!
one way to get around the switch limitations is with a switch true. where you set the cases to a T/F expression.
thanks caleb ! good video ...
The first thing I made with the if and else statement is this:
#include
using std::cin;
using std::cout;
using std::endl;
int main()
{
int a;
cout a;
if(a == 69)
{
cout
LOL good work! :D
Bro you can use "using namespace std;"
The Murda Beats of Programming
If I remember correctly, the "default" case doesn't need a break statement, it has it built-in.
No it doesnt, you still need a break command. But, because ussually the default statement at the very bottom of the case, it will only execute itself (because there is no other case below default).
@@sryp3055 A switch statement can have an optional default case, which must appear at the end of the switch. The default case can be used for performing a task when none of the cases is true. No break is needed in the default case.
I did some research and this is what I found.
1:35 to skip the shilling.
I think some compilers will do ranges on a switch like; case 1 ... 17 But I know the MSVS C++ compiler won't allow it, at least mine won't.
This video is so helpful
great job
Thank you!
#include
#include
#include
#include
using std::cout;
using std::cin;
using std::endl;
using std::string;
int main()
{
int secret_num;
cout > secret_num;
if(secret_num == 69){
cout
its been long, but well done
I think we can use char in switch also
Yeah. Each char correlated to a number from the ascii table. So it’s classified as numeric 🙂
THank you boss
You need bigger dogs ;)
I was like 'is that a bird?'
He goes, 'and there go the dogs barking' lol.
... we breed Irish Wolfhounds, dog bark is much different sound.
Call of Duty? More like Console of Duty!
thanks god i found your channel
#newsubs here
ive been doing cs hw for 5 hours now and I'm only half way done...
]
Hi Caleb, please keep in mind that the Black Board is way better than the green one.
Any way thanks for the great content.
Y not C++ confirm that was use
From thank you
"let's say if your age is 18, we wanna do somehing else"💀💀
0 dislikes, explaining's skills (i not going to ruin it and dislike it