I'm obviously a noob @ c++.
Have a question.
is there any way i can restrict user to input only numeric value and make a loop if user enters non-numeric value.
for example for conversion from kilo to pound if user enters some garbage like "afshdgafg" in cin. is there any way i can make user pay for it and make it a loop?
Thanks in advance.