password in C++
-
hi, i am writing an application where i want to authenticate the password. I wan that when user type his password , nothing should be echoed on the screen. plz help me out
-
Did you intend this:- when the user types something, the characters shouldn't appear? If yes, then ES_PASSWORD style with the edit control is what you are after. Vipin - MVP
hi friend :rose:, A small program for u. if u try following program it will display strick when u type password and after passsword press Enter and u can see the password there ....... i think u got an idea to program about passsword if than plz mail so that i can understant that u got it ... :) bye Sudip Lama //Program about the Password /// #include #include #include void main() { clrscr();char name[20]; cout<<"Enter the password"<