can I know which Keyboard Key has been pressed before hitting Enter.is there any way to capture such key pressed event in c++ ??Please provide a short example of it.
i’m using VC++ on Windows 32bit.
can I know which Keyboard Key has been pressed before hitting Enter.is there any
Share
For GUI programs is a bit different.
Note: you can also go all the way down to the Windows API if you want, but, I recommend taking one step at a time, exploring the
conio.hfunctionality first.Cheers & hth.,