0
votes
How can I grab single key hit in D Programming Language + Tango?
kbhit is indeed not part of any standard C interfaces, but can be found in conio.h.
However, you should be able to use getc/getchar from tango.stdc.stdio - I changed the FAQ you mention to …
1
vote
D (and Tango) on PowerPC Linux
This used to work, but it has been a combination with few users, and so I'm not sure if it has been tested recently. There shouldn't be major problems with Tango though - compiler is probably likel …
