User profile: peter5857

User info
User name:peter5857
Name:Peter Gonsalves
Location:JHB, Gauteng
Statistical data
Birthdate:Jan 3, 1979
Gender:Male
Occupation:Other
Skills:C++
Pascal
Delphi
History
Joined:
Number of posts:7
Latest posts:

Exception handling
Oh. Okay. Thanks, I think you've covered it all. Much appreciated

Exception handling
oic If a space is entered though e.g. 1.5 1.5, this isn't handled, is it the while missing it? [co...

Exception handling
Okay. Why use isspace? [code] if (std::cin >> a && isspace(std::cin.peek())) { ...

Exception handling
In case you don't know what I mean, this code causes the same problem [code] #include <iostream> u...

Exception handling
Okay. Condition statements. How? Anything trying to input a non-int into an int causes weird issues....