Matrix Navigation via PointerI'll share the code block I came up with, using segments from the link above; for anyone in future t...
Matrix Navigation via PointerI found this link that I think is something close to what I'm looking for. Method 7: http://nadeau...
Matrix Navigation via Pointer[code]int iMatrix[10][10] = { 0 }; // here is the matrix int* ip = NULL; // here is the pointer[/cod...
Matrix Navigation via PointerHey there, I want to navigate a 2D Matrix (for example: int iMatrix[10][10]), with a pointer. I'...
BitBlt() Bug with BackbufferAfter fiddling around a bit, I found I had to increase the size of the backbuffer to two pixels larg...
This user does not accept Private Messages