0
Without Conio.h how can we use functions like getch(), getche().
i know this header file is outdated but then how can we make use of its functions.
3 Antworten
+ 8
@CodeCadet I don't have much idea about it..but I think that kbhit() is pretty outdated...and also...it is to register a key hit. Idk if it can be used to enter data dynamically..
+ 6
You can use alternative methods..
eg..with iostream, use getchar()
+ 1
But getchar() echo the entered key. I don't want to echo and wait for the Enter key to be pressed.
and what about kbhit()