Hi All,
I am writing a code in C++ to implement Login screen which will accept user name and password from the user. Now my main concern is to hide that password to be sceen by the user.
suppose my password is "Rat420" so at the time of typing anything i want it to appear as "******".
That means i need "*" to be seen on screen for each and ever character, and the original password is not lost.