+ 1

Does any one have any idea or article about how to validate..in c/c++?? I mean something how to ask user to input only text / No

15th Nov 2019, 5:07 AM
cerebrocerberus
cerebrocerberus - avatar
1 Answer
+ 3
ascii table, also methods from cctype lib, like isdigit(), isalnum() etc...
15th Nov 2019, 5:36 AM
Mateusz Kempa
Mateusz Kempa - avatar