| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Tue Aug 15, 2006 9:10 am Post subject: how to switch off an echo from cin? |
|
|
how to switch off an echo for reception of the password?
cin >> passwd; |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Aug 15, 2006 9:10 am Post subject: Re: how to switch off an echo from cin? |
|
|
andwing (AT) gmail (DOT) com wrote:
| Quote: | how enter the password? does not do it the cin?
|
I will use getpass from unistd, but this will be not universal
I thought, into с++ there is for this the flag.
--
andr.ru |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Aug 15, 2006 9:10 am Post subject: Re: how to switch off an echo from cin? |
|
|
Ian Collins wrote:
| Quote: | That's specific to whatever terminal type you are using.
|
how enter the password? does not do it the cin?
--
andr.ru |
|
| Back to top |
|
 |
Ian Collins Guest
|
Posted: Tue Aug 15, 2006 9:10 am Post subject: Re: how to switch off an echo from cin? |
|
|
andwing (AT) gmail (DOT) com wrote:
| Quote: | how to switch off an echo for reception of the password?
cin >> passwd;
That's specific to whatever terminal type you are using. |
--
Ian Collins. |
|
| Back to top |
|
 |
|