1001010.com

one zero zero one zero one zero dot com
one hundred ten ten dot com
binary representation of ascii 'J' (74) dot com

home code projects photos wiki resumé tombstone ?
Individual Entry Archive: The Experiments of Jason De Arte - Evil Lawn Dart Master, Toy Maker and Professional Software Engineer
« prev: Cult of the Red Stapler
» next: Walla
Code | Thursday
Dusting off some old code I found in the back of the closet (cursor.h)
Posted by Jason on Thursday July 15, 2004 05:42 PM  |  Permalink

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.