Q:
Hi,
ON WINDOWS IT WORKS FINE.
I would like to know how can I write a program in 'C' so that when the
user types in the password, the characters are not displayed on the
screen. I want to do this on Unix.
Ta,
*NAME-DELETED*
A:
Dear *NAME-DELETED*,
you have to have the library curses installed on the UNIX box and you have
to use the functions of this library.
http://cscene.org/CS3/CS3-08.html
Regards,
Peter
[ back to toc ]