--- In [email protected], Sanjeev Gopinath <sanjeevsinc...@...> wrote: > > Hey there! > I use G++ compiler and I'd like to hide the input which is > typed... Just like the password inputs! > Is there any function or any idea how this can be implemented?
Google for 'no echo' and 'password'. There are many different ways to do it, but it depends on the platform and libraries you want to use, e.g. ncurses. -- Peter
