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?
Do I have to download that pwd.h library or is pre-built in one of the C Compiler Packages? I'm sorry... I never used it and I don't presently have a C Package so I am unable to verify this... For example, can I use that function with the Turbo C or Borland C which run on the Windows Platform?