Hello everybody,
First off I know I should invest in some good c++ books...well technically alot of books for alot of different languages. However this month I am dabbling in c++ again.
I am currently working in Visual C++ and trying to make a "keybind" for my program, so that when that key (lets pretend its "A") is pressed then it executes some code (which I will fill in down the road).
I've been reading through tutorial after tutorial and nothing has worked so far for me, I am guessing that this code is going to go into the .h file for the main window I have made (which is where I want it executed from).
Thank you in advance.