Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

why _kbhit() function does not work?

+1 vote
asked Sep 19, 2017 by anonymous
why _kbhit() function does not work?

1 Answer

+1 vote
answered Sep 19, 2017 by anonymous

OnlineGDB runs on Linux server with gcc compiler tool chain. Which doesn't support conio.h and _kbhit() function. 
To have _kbhit() equivalent functions in gcc, you can use this implementation done by Morgan.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...