I am using C++ under Eclipse. With the Borland compiler I have used getch() function to take user input without showing what was entered.
The getch() function is not working under Eclipse.
Is there another way to get the user input without displaying on the screen the symbols which he enters?