Checking if input is an integerThanks for that. I know, I'm not going to copy and paste anything. Even if I did, I can't exactly us...
Checking if input is an integer[code] double i; cin >> i; while (!(ValueInRange(i,min,max)) && (i/1.00 != static_cast<int>(...
Checking if input is an integer[code] double i; cin >> i; while (!(ValueInRange(i,min,max)) && (i != static_cast<i...
Checking if input is an integerI have this function int GetIntInput(int min, int max) And I have this code: [code] int Ge...
Binary to decimal error handlingThis looks pretty cool. I'll bookmark it to study from in the weeks to come. We haven't learned abou...
This user does not accept Private Messages