Loading...
Uploaded by thenewboston on Dec 21, 2008
Part 20 - http://www.youtube.com/watch?v=xzRLP_PkV1c&fmt=18To get all the source code from this tutorial, visit my site at http://thenewboston.com
Howto & Style
Standard YouTube License
@Badya122 u have to put the "do" before the cin>>answer;
same thing happened to me, message me and I will explain why
longdanzi4 1 week ago
good stuff!
zeroman201 4 weeks ago
knowing batch really helps with these tutorials
jpdoubleU17 1 month ago in playlist C++ Programming Tutorials from thenewboston
@kidharris55 Also you'd need to so answer == "why"
louisrocks40 1 month ago in playlist C++ Programming Tutorials from thenewboston
@kidharris55 Don't know if you figured it out yet or not, but instead of Int, or Char before your variable, you type String.
MinecrafterX3 2 months ago in playlist C++ Programming Tutorials from thenewboston
Thank you so much for the [do-while] command i needed that
IDixuu 2 months ago
what if you didnt want a number and u wanted a character.
like
if (answer == why)
cout << "because" << endl;
bad example but i think you get the point.
kidharris55 2 months ago
when you type for example 123456543 the program gets fucked and it just continious to say "too high" like a for loop and it doesnt stop:)
Badya122 2 months ago
@DTHRocket If you say if( >21) blahblah, it's wrong, it should be if(ANSWER(or whatever variable) >21) blah blah
Boeing737Channel 2 months ago
Gracias Bucky, From this Tutorial i able to make a game "Guess The Numbers" from C++ program. ^_^
981Affonso 3 months ago
Load more suggestions
@Badya122 u have to put the "do" before the cin>>answer;
same thing happened to me, message me and I will explain why
longdanzi4 1 week ago
good stuff!
zeroman201 4 weeks ago
knowing batch really helps with these tutorials
jpdoubleU17 1 month ago in playlist C++ Programming Tutorials from thenewboston
@kidharris55 Also you'd need to so answer == "why"
louisrocks40 1 month ago in playlist C++ Programming Tutorials from thenewboston
@kidharris55 Don't know if you figured it out yet or not, but instead of Int, or Char before your variable, you type String.
MinecrafterX3 2 months ago in playlist C++ Programming Tutorials from thenewboston
Thank you so much for the [do-while] command i needed that
IDixuu 2 months ago
what if you didnt want a number and u wanted a character.
like
if (answer == why)
cout << "because" << endl;
bad example but i think you get the point.
kidharris55 2 months ago
when you type for example 123456543 the program gets fucked and it just continious to say "too high" like a for loop and it doesnt stop:)
Badya122 2 months ago
@DTHRocket If you say if( >21) blahblah, it's wrong, it should be if(ANSWER(or whatever variable) >21) blah blah
Boeing737Channel 2 months ago
Gracias Bucky, From this Tutorial i able to make a game "Guess The Numbers" from C++ program. ^_^
981Affonso 3 months ago