hi everyone, i need some help.
This is my problem.
When I input a string to the program, I want the screen console print out '*'.
ex:
string s;
cout<<"password :";
getline(cin,s);
when i type "abc123" for the password. The screen console will show "******".
I'm sorry about my poor english.