How to get program to recognize if user enters anything but a numberThankyou!! I understand the concept but it is still a bit confusing Ill try to experiment and see wh...
How to get computer to guess a number given only "guess higher" or "guess lower" commands?Thanks for the clarification!
How to get program to recognize if user enters anything but a numberThanks that actually makes sense! Seeing as you seem to know what your talking about I was wonderin...
How to get computer to guess a number given only "guess higher" or "guess lower" commands?[code]srand((unsigned)time(0)); int MyNumber = rand()%(100);[/code] I have this (I don't unders...
How to get program to recognize if user enters anything but a number[code]while (!(cin >> x))[/code] So does this mean when there is an error with the input of x, or do...
This user does not accept Private Messages