cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
C++: How to hide user input?
C++: How to hide user input?
Dec 1, 2012 at 11:37pm UTC
phymafia123
(9)
Like:
1
2
3
string pass; cout <<
"Enter your password: "
; cin >> pass;
How to make it not display what pass is?
Thank You in advance!
Topic archived. No new replies allowed.