What are the uses of getch in c++? What is the actual purpose for which it was made ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the uses of getch in c++? What is the actual purpose for which it was made ?

3rd Apr 2018, 6:04 AM
Madhubala
Madhubala - avatar
1 Answer
+ 1
Getch is deprecated, you should use _getch now. More info at https://docs.microsoft.com/en-gb/cpp/c-runtime-library/reference/getch-getwch
3rd Apr 2018, 6:20 AM
Memphis Reigns
Memphis Reigns - avatar