Visual C++ 2010 Tutorial 12 - Do While Loops
Uploader Comments (onlivegamer)
Top Comments
-
@Jozekban alot dont. It doesnt hurt to learn the basics. People arent generally born with knowledge of C++.
All Comments (11)
-
I've already graduated from college but had no real teaching in C++, professors just throw it at you.Thanks for all you help.
-
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
-
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.
-
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
-
I am an actionscript 3 (flash) developer and wanted to move onto something more advanced you really helped
-
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.
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 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