My program has a password field, and I need to know how to hide or mask the users password as he types it in. I would be fine with using "*"s, or simply not displaying anything as he types. Thanks.
Originally posted by: HJB417
I think you might need to use conio.h, I've never used the library before but quickly looking at the functions names, I think getch might do the job. getch gets a character from console but does not echo to the screen
Originally posted by: HJB417
well, the ASCII code returned when you press "Enter" is 13