Can anyone tell how really these functions work????
1.cin.ignore()
2.cin.clear()
3.cin.good()
4.cin.fail()
5.cin.bad()
6.cin.eof()
I mean to say what values these functions return at what situation...
thank you!
I also need to know about some user input validation techniques.i.e.
the user inputs valid data in the programs.....e.g.if there is some input
of date of birth the user enters only digits and in case of name the user
enters only characters etc.
Thank you once again....