http://www.onlinehowto.net/Tutorials/C++/Encapsulation-C++/64
Encapsulation is the mechanism that binds together code and
data, and keeps both safe from outside interference or misuse: private
--- On Thu, 6/25/09, Sanjeev Gupta <[email protected]> wrote:
From: Sanjeev Gupta <[email protected]>
Subject: Re: [c-prog] Input hiding in C++
To: [email protected]
Date: Thursday, June 25, 2009, 11:40 PM
On Fri, Jun 26, 2009 at 12:20 AM, Sanjeev
Gopinath<sanjeevsince90@ gmail.com> 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?
>
> [Non-text portions of this message have been removed]
Not sure but i think you should check getch() function in C.
It does not echoes the typed input
[Non-text portions of this message have been removed]