Dear friends, I wanna write a code in C that when the user writes something, doesn't show what they wrote, instead, the program shows only asterisks.
I can't find a function to do this, because scanf, gets or getchar don`t hide what the user write.
summarizing, I want to do a login system that doesn't show up what the user write in the password field.
I can't find a function to do this, because scanf, gets or getchar don`t hide what the user write.
summarizing, I want to do a login system that doesn't show up what the user write in the password field.
Last edited: