Hey everyone
I'm writing this program for school, and i have a question:
How do i make sure that a value that the user entered is an integer and not a char or something else?
Is there a function that verifies this? something like:
Or something like that?Code:if ( !isInteger(value) ) { ... ... ... }
Thanks.
Diego.



LinkBack URL
About LinkBacks


