A
Andre
I know I am a newbie and this will sound very elementary. Still I need
help, and don't know where to find it.
OK, here it is:
----
int vhold;
cin >> vhold;
// vhold used in a subsequent while loop
----
If input is double, crazy things happen to the display. How do I test for
only integer input?
All answers will be appreciated, exact syntax most of all. Thanx,
Andre
help, and don't know where to find it.
OK, here it is:
----
int vhold;
cin >> vhold;
// vhold used in a subsequent while loop
----
If input is double, crazy things happen to the display. How do I test for
only integer input?
All answers will be appreciated, exact syntax most of all. Thanx,
Andre