User profile: SixTsevN

User info
User name:SixTsevN
History
Joined:
Number of posts:38
Latest posts:

Matrix Navigation via Pointer
I'll share the code block I came up with, using segments from the link above; for anyone in future t...

Matrix Navigation via Pointer
I 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 Pointer
Hey there, I want to navigate a 2D Matrix (for example: int iMatrix[10][10]), with a pointer. I'...

BitBlt() Bug with Backbuffer
After 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

User: SixTsevN

  • Public profile