How to determine range of a processes memory.In Windows all processes have the same address range. You can get the min and max address by calling...
Compiling a DLL or lib.The header should contain declarations for functions and classes and should be able to export when b...
WindowProc and C++ InputI believe polled input is much more efficient than window messages in a real-time game. Because all ...
Books for Windows programmingThe way I see it, Petzold is about GUI programming and Richter is about, well, everything else. Memo...
finding RGB values for pixels on current frame[quote=gpotw]If you really want to edit each individual pixel use GetDIBits to get at an array of pi...