for all you c programmers using gcc:
gcc on ubuntu seems not to support getch().
what do you use instead?
I need a function where I can collect keyboard input without
needing to hit Return after each character. To me, without a
whole lot of c experience, this is a puzzle.