Hi, can you give us a little more information please - is this a console application, windows, .Net, etc. If it's not a console application then the compiler and windows control you are using (or thinking of using) are probably going to be needed.
hi, I am asking about c++ program, c++ source code. when we read a string from the keyboard the caharacters appears on the screens, I want to hide these characters when the user enter them. is there is any library function do that?? or how we can prgram it??
Are you trying to do this within a Windows GUI program, Qt GUI program, or console application? Are you trying to do this from UN*X, Windows/DOS, etc? The answer to your question depends upon which of the above you are trying to do.
I am working on microsoft visual c++ 6.0, I installed it on windows operating system, and I am writing on a cpp file (c++ source code) console application