| 1001010.com |
one zero zero one zero one zero dot com |
Here's a piece of code I wrote a few years back when I needed to ensure I could load a link cursor (the pointy finger) on old Win95 systems. It's called cursor.h (syntax colored) & it does the relatively simple task of wrapping a HCURSOR (as if you couldn't guess by the inspirational file name). It's style & naming convention is patterned after the WTL (Windows Template Library) headers - mainly because there isn't one in the WTL. It would be neat if this made it into the WTL ;-) Oh. no - I'm sounding like a code fan boy. :ugh:
Enjoy.