[15.18] How can I make it so keys pressed by users are not echoed on the screen?
This is not a standard C++ feature — C++ doesn't even require your system to
have a keyboard or a screen. That means every operating system and vendor
does it somewhat differently.
Please read the documentation that came with your compiler for details on your
particular installation.