detect key combinations in c/c++

Apr 16, 2013 at 6:25am
Hi all
How can I detect a key combination in a console application with c/c++? e.g ctrl+f4 or other combinations.

Thanks
Apr 19, 2013 at 9:30pm
One solution would be to use the ncurses library.
Topic archived. No new replies allowed.