The main difference between while and do while statements is the way the end condition of the loop is evaluated, with while, end condition is tested prior to enter the loop so you don't need a "if" before entering the loop; since you have it in the while. do while will execute code bloc once at least before testing end condition.
They are very helpful to me. I am new to C++ but experienced with Visual Basic.
I like it when you do things wrong because I can see it coming and then it happens and it makes me laugh, but at least it shows I am able to spot the errors and correct them. Keep up the good work.
@Jozekban Most people that watch programming tutorials on youtube are beginners who are looking to learn. Not many advanced coders will look to youtube for help.
I've already graduated from college but had no real teaching in C++, professors just throw it at you.Thanks for all you help.
hokiestan 1 month ago
OH u are the first one who s tutorial is understandable:D i ll have C++ exam on thursday so this helps me a lot.:) hope it ll be enough:D
sasapache 1 month ago
The main difference between while and do while statements is the way the end condition of the loop is evaluated, with while, end condition is tested prior to enter the loop so you don't need a "if" before entering the loop; since you have it in the while. do while will execute code bloc once at least before testing end condition.
MuffinWhaleMan 2 months ago
use
system("pause>>void");
it replaces getch and doesn't use the message
:)
i can't remind where i got it but as i see noone use it
zsdanix 2 months ago
I am an actionscript 3 (flash) developer and wanted to move onto something more advanced you really helped
olafgarten212 7 months ago
Thanks for putting these tutorials on youtube.
They are very helpful to me. I am new to C++ but experienced with Visual Basic.
I like it when you do things wrong because I can see it coming and then it happens and it makes me laugh, but at least it shows I am able to spot the errors and correct them. Keep up the good work.
piesstube 9 months ago 4
u forgot parentheses after the _getch
naipton 11 months ago
@naipton haha, yeah I realized that when I was finished.
onlivegamer 11 months ago
This comment has received too many negative votes show
dude showing if statements, loops, methods isn't important
even newbie programmer should know that stuff
Jozekban 11 months ago
@Jozekban alot dont. It doesnt hurt to learn the basics. People arent generally born with knowledge of C++.
SiththeSmith 11 months ago 5
@Jozekban Most people that watch programming tutorials on youtube are beginners who are looking to learn. Not many advanced coders will look to youtube for help.
onlivegamer 11 months ago 13