Hey can someone help me with a code to mask password. To print * when the user enter a value and when they hit backspace it takes back a *. Im having trouble figuring out the code
slygoth 0 Light Poster
Recommended Answers
Jump to PostIt isn't possible with Standard C. You have to learn special function added by the compiler authors for your specific compiler and operating system.
All 4 Replies
fpsasm 0 Posting Whiz in Training
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
jnawrocki -3 Light Poster
WaltP commented: We don't give full answers here, and we also don't suggest using non-Standard C functions. getch() is not in most compilers. -3
Arbus 25 Practically a Master Poster
WaltP commented: We don't suggest using non-Standard C functions. getch() is not in most compilers -3
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.