Click to See Complete Forum and Search --> : C Help


harbir
11-15-2003, 04:40 PM
In C i am required to code a program in which i have input the password and check the password, when typping the password the charactes should not get printted on the screen and the cursor should move ahead after every character is typed.

I wonder if someone can help me out.
Thanx a lot.

vhg119
11-15-2003, 08:26 PM
you probably have to use the curses library to do console stuff like that.

in windows.. they library is conio.h

abhilash
11-16-2003, 04:03 AM
Hello,

Using this function will solve your poblem under Linux/UNIX.

char * getpass(char *)

Happy Programming, buddy!