is this possible?

i kind of in need of help

i am trying to make a simple log in system without the use of database or whatever it is called.

my only concern is this

1
2
cout<<"enter password:";
cin>>pass;


how would i be able to make the characters appear as **** rather than the actual character that i would type as i am typing my password in CIN?

or is it even possible?

thnx in advance
sorry i think i posted in the wrong section

but anyways was my question possible?
It is not possible using the standard C++ library alone.

It is possible using platform specific APIs or third-party libraries.
oh i see then @jlborges
if im to use 3rd party library how would i enter the syntax? can you give me 1? and how would i use those libraries? XD
closed account (3qX21hU5)
http://www.cplusplus.com/articles/E6vU7k9E/
I changed the text and background color to the same color as an alternative.
Topic archived. No new replies allowed.