(g++ under Mandrake Linux)
How can I read a single character without it being echoed on screen (like Turbo Pascal's ReadKey function); and what are the scancodes for special keys such as F1..F12, Insert, Delete, Home, End, Arrows, etc.
How can I move the cursor on screen and which functions allow me to change text color and background color?
Are there functions to clear the entire screen (TP: ClrScr) and to clear the line at the cursor's right (TP: ClrEol)?
Regards,
Bert Vingerhoets
vingerhoetsbert@hotmail.com
Don't worry what people think about you. They're too busy wondering what you think about them.
How can I read a single character without it being echoed on screen (like Turbo Pascal's ReadKey function); and what are the scancodes for special keys such as F1..F12, Insert, Delete, Home, End, Arrows, etc.
How can I move the cursor on screen and which functions allow me to change text color and background color?
Are there functions to clear the entire screen (TP: ClrScr) and to clear the line at the cursor's right (TP: ClrEol)?
Regards,
Bert Vingerhoets
vingerhoetsbert@hotmail.com
Don't worry what people think about you. They're too busy wondering what you think about them.