Hi everyone, and thanks ahead of time for considering my post. :)
I need to trap function key F1-F12 keystrokes in a window. I have tried OnChar() and OnKeyDown() etc. which give me regular keys, and I have tried OnSysChar() which gives me ALT-keys, but I am still lost as to how to get the...
Hi! What I have is my own variable type, CVar which, for simplicity, let's say has one member int m_nData. I need to make an operator overload that returns a string version of the variable, but returning a pointer to a local variable is a no-no (of course) but I don't want/can't alloc memory...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.