I am trying to write a program which is going to ask all users for password. It will be a console application. I am curius if there exists a function which can modify output of a console in such way:
Thanks in advance for any help.
Martin
Code:
$./a.out
$Enter password
$******* /*We are entering f.ex tektips (7 letters) but on the screen we see 7 stars*/
Martin