Hi to all.
I am trying to get one char under windows system. Under linux I solved using "a script" called termios, but it does not work under windows.
I read that C uses a function called getch() that is under conio.h: is there a function like that for D? If not, is there some alternative solution?
Thanks to all.