0
How to hide text in C?
for example somone who wants to enter his password and wants to sea stars instead of characters. I use getch() to get characters and print * instead. but if backspace entered I cant erase stars. What should I do?
1 Resposta
for example somone who wants to enter his password and wants to sea stars instead of characters. I use getch() to get characters and print * instead. but if backspace entered I cant erase stars. What should I do?