help!, im tryingtomakepassword
Author |
Message |
r0ssar00
|
Posted: Wed Oct 13, 2004 10:37 am Post subject: help!, im tryingtomakepassword |
|
|
i need some help. my dilemma is this, I am making a dos simulation and i am making a login screen, one problem, when I run it, the password characteres echo onto the screen, I need either no characters echoed or stars echoed, can anyone help? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Dan
|
Posted: Wed Oct 13, 2004 1:08 pm Post subject: (No subject) |
|
|
setscreen ( "noecho" ) will make it so no input is shown on the screen. To do the starts thing you whold have to use noecho and getch and every time a key is hit put a start on the screen |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
Tony
|
|
|
|
|
r0ssar00
|
Posted: Thu Oct 14, 2004 9:54 am Post subject: (No subject) |
|
|
thanks, i thought noecho was something i could use, but only thought of it today before i saw your post |
|
|
|
|
|
|
|