C Code Password Field Simulation
Posted: Wed Jul 25, 2007 2:28 am
PHP and other languages have a really simple way of defining password fields. I was wondering if the same is possible even in C. I mean, suppopse I want to print a statement if the user enters the correct username/password... How would I do it in C?
I can compare the passwords with that already stored in a file. That's not a problem but how would I display '*' when the user enters his password?
I can compare the passwords with that already stored in a file. That's not a problem but how would I display '*' when the user enters his password?