User profile: timcph2008

User info
User name:timcph2008
History
Joined:
Number of posts:3
Latest posts:

How to limit the input values must be integer?
how about this? while(cin.fail([b]Should I put the condition here?[/b] )) [output]int input; ...

How to limit the input values must be integer?
thank you, so where should i add the do-while? can i do like this? [output]int main() { int in...

How to limit the input values must be integer?
Hello, I have a question about how to limit the input to the following program must be integer. h...