User: robmoore675

  • Public profile

User profile: robmoore675

User info
User name:robmoore675
History
Joined:
Number of posts:6
Latest posts:

Simple program using conio.h not working
Main program: char key = '0'; while(key != 'x') { cout << key; key = _getchar(); } Whenever...

Conditionals in conditionals not working
It does. Thank you. I keep forgetting that I have to use == for comparing values. While on a topic...

Conditionals in conditionals not working
Making a gag-gift program for a friend... the programming follows. [code] if (turn1lukas = 1) { i...

Variables not working in conditional statements?
@boost lexical cast Thank you so much! I can't believe I completely missed the fact I was trying to ...

Variables not working in conditional statements?
int main() { int example = 0; int condition; cout << "Type your choice.\n"; cin >...

This user does not accept Private Messages