I just want to ask..
How could I make the input (password) invisible?
Ich bin würdig 0 Light Poster
Recommended Answers
Jump to PostHow could I make the input (password) invisible?
You probably don't really want to make it invisible because that's not as user-friendly as it could be. A generally accepted way to accept passwords is by masking the characters:
char *get_password(char buf[], size_t n) { size_t i; for …
Jump to PostI've researched, and I've seen "CONSOLE" program etc.
what does that mean?
All 6 Replies
gerard4143 371 Nearly a Posting Maven
Ich bin würdig 0 Light Poster
Narue 5,707 Bad Cop Team Colleague
Ich bin würdig 0 Light Poster
Ich bin würdig 0 Light Poster
Narue 5,707 Bad Cop Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.