User: chainrule

  • Public profile

User profile: chainrule

User info
User name:chainrule
History
Joined:
Number of posts:4
Latest posts:

How to use a part of a bitmap resource ?
the best approach is to copy into a DIB.. Take a look at CreateDIBSection function you can simply ex...

Wrapping Mutex Functionality
take a look at the MFC souce for CWinthread CMutex. they already wrapped it. Just copy what they did...

Hit Test w/ Vector Graphics
Hi, I'm writing a small drawing program in WIN32 API. I can't for the life of me find a good example...

I need help on arrays
int rows = 0; int cols = 0; printf ("Enter #of rows: "); scanf ("%d",&rows); printf ("Enter #of ...

This user does not accept Private Messages