I am develop a "counsol application" (command line environment).
I want to know how to get keyboard input from a C program.
(this means the user interactes with the program by typing into
the command line.)
This program is related to creating teaching material for high
school programing class for China. I want to avoid using GUI IDE.
I plan to use the open source IDE Rhide. or just use gcc.