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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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
iamcerebrocerberus
iamcerebrocerberus - 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