Using the getch() function in C/C++
In this article, we'll take a look at using the getch() function in C/C++. The getch() function is very useful if you want to read a character input from the keyboard. While this is not a part of the C standard, this is still a POSIX C function. So, we can still use this function […]