|
3 |
edited tags
|
||
|
2 |
edited tags
|
||
|
1 |
|
||
How can I grab single key hit in D Programming Language + Tango?I read this article and try to do the exercise in D Programming Language, but encounter a problem in the first exercise.
Of course the infinite loop is not a big problem, but the rest is. How could I grab a key hit in D/Tango? In tango FAQ it says use C function kbhit() or get(), but as I know, these are not in C standard library, and does not exist in glibc which come with my Linux machine which I use to programming. I know I can use some 3rd party library like ncurses, but it has same problem just like kbhit() or get(), it is not standard library in C or D and not pre-installed on Windows. What I hope is that I could done this exercise use just D/Tango and could run it on both Linux and Windows machine. How could I do it?
|
||||
