+ 1
Detecting user input
How do I detect user input in C++ if it was a string, integer, char, etc.......?
2 ответов
0
You may try reading a string and analyzing it character wise : https://code.sololearn.com/cnxi7DID8NnK/?ref=app
How do I detect user input in C++ if it was a string, integer, char, etc.......?