Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. practicesmagic

    text input w/o showing the input (akin to password prompts)

    This is what I threw together using your suggestion. I'm using VC++ 5 I think ... I added code to deal with backspaces and output asterisks for characters... #include <conio.h> #include <iostream.h> void getpasswd() { char inchar = 0; char password[20]={0} ; // Necessary to make sure...
  2. practicesmagic

    text input w/o showing the input (akin to password prompts)

    I'm wondering how to get input from the keyboard without echoing the characters to screen ... Help? So you know, I'm fairly new at programming Thanks, Nikolai

Part and Inventory Search

Back
Top