My Very First C++ App

Posts 115 of 23 · Page 1 of 2
My Very First C++ App


who wants to help me learn some more? not use the char cCharacter thing to get a response that is set, i want to set it so that it responds to what you say effectively, like if you were to say yes, it wouldn't make sense, so i need some help with that...
why is there a random char cCharacter?
---------------
To have a response for two statements, you could always use "if" and "else"

@Minato_Nagato
Quote Originally Posted by Pie View Post
why is there a random char cCharacter?
---------------
To have a response for two statements, you could always use "if" and "else"

@Minato_Nagato
because it was giving me trouble with adding a space so it didnt say the words, then "press any key to continue" and i tried using
Code:
std::endl;
but it wouldnt work, so i just put that X_X - also, i just started learning today so... im.... lost X_X thanks for the help @Pie
Quote Originally Posted by Minato_Nagato View Post
because it was giving me trouble with adding a space so it didnt say the words, then "press any key to continue" and i tried using
Code:
std::endl;
but it wouldnt work, so i just put that X_X - also, i just started learning today so... im.... lost X_X thanks for the help @Pie
It's alright. I'm also new to C++ but I pick up information fast.
In Lesson 6
Nice Go Up
Use if else statements
Quote Originally Posted by Auxilium View Post
Use if else statements
What I said, but okay XD
Quote Originally Posted by Pie View Post
What I said, but okay XD
Point out where you said it.
Quote Originally Posted by Auxilium View Post


Point out where you said it.
first post he made X_X

why is there a random char cCharacter?
---------------
To have a response for two statements, you could always use "if" and "else"

@Minato_Nagato
@Auxilium
Quote Originally Posted by Minato_Nagato View Post
first post he made X_X



@Auxilium
ok .
thanks for the help guys, thanks to all
Oh if you need an example of if, if else, else statements
I'm almost done with my first program. I'll post a thread on it.

EDIT: just need to add in the complete game check.
Quote Originally Posted by Pie View Post
Oh if you need an example of if, if else, else statements
I'm almost done with my first program. I'll post a thread on it.

EDIT: just need to add in the complete game check.
i was watching some vids from 2010 or so that uses 2010, so its pretty up to date, it talked about if statements, but i didnt get it too well, ill watch more tutorials tomarrow and hopefuly get better
Quote Originally Posted by Minato_Nagato View Post
i was watching some vids from 2010 or so that uses 2010, so its pretty up to date, it talked about if statements, but i didnt get it too well, ill watch more tutorials tomarrow and hopefuly get better
Yup good luck.
Realized my code has problems in it >.>
nice X_X i need to watch more tutorial videos.... bleh
Posts 115 of 23 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?