Sup, I'm writing a C++ program that requires you to input a password before giving the user access to the full program. My question is, how can I replace the input with asteriks while the user is typing, like login screens on computers. I've heard about echo and other things like that, but nobody is being very specific with their answer... I've only been programming C++ for 12 weeks. So can anyone tell me in terms that a 9th grader in a C++ class with an incompetent teacher can understand?