cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
password help
password help
Aug 20, 2012 at 12:26am UTC
Aramil of Elixia
(772)
so i want to ask for someones password, but what they type shows up on the screen. i want to make it so that no matter what they type it will show '*'. and then write the password to a file. how do i do that?
Aug 20, 2012 at 4:09am UTC
iantac
(39)
read:
http://www.cplusplus.com/forum/general/3570/
Last edited on
Aug 20, 2012 at 4:09am UTC
Aug 20, 2012 at 5:34am UTC
Aramil of Elixia
(772)
thats for windows. i need one that at the very least that doesnt include conio or windows.h
Aug 20, 2012 at 9:02am UTC
kbw
(9488)
What environment (OS/compiler) do you need to support?
Aug 20, 2012 at 1:58pm UTC
Aramil of Elixia
(772)
windows gcc
Aug 20, 2012 at 9:30pm UTC
kbw
(9488)
Console app?
Aug 21, 2012 at 2:03pm UTC
Aramil of Elixia
(772)
yep
Topic archived. No new replies allowed.