0
Password masking
What is the alternative for getch() for mac. I want input from an used without displaying on the screen. Ps i am using Xcode on mac os mojave
5 ответов
+ 1
Is this for the C language? I didn't think this function was exclusive to any certain OS. Is it not working for you?
0
its for c++
0
I think this is an outdated non-standard function defined in conio.h. I wouldn't use it
0
yes. so whats the alternative for it ?
0
There's nothing more than standard input as an alternative. Things like cin and getline. It's not event based though, so the user has to hit the enter key.