User: ilovejapanesegirls

  • Public profile
  • Users
  • ilovejapanesegirls

User profile: ilovejapanesegirls

User info
User name:ilovejapanesegirls
History
Joined:
Number of posts:15
Latest posts:

Checking if input is an integer
Thanks 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 integer
I have this function int GetIntInput(int min, int max) And I have this code: [code] int Ge...

Binary to decimal error handling
This 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