Hello,
I am making a console application in C++ where I have to take username and password as input from user.
I want that when password is taken, it should not be shown on screen, i.e. it is either shown as asterix(******* ) or just no movement of cursor.
Please Reply
Pawan
I am making a console application in C++ where I have to take username and password as input from user.
I want that when password is taken, it should not be shown on screen, i.e. it is either shown as asterix(******* ) or just no movement of cursor.
Please Reply
Pawan
Comment