Monday, December 29, 2008

Tetris in Microsoft Small Basic

Tetris for Small Basic: link

(if that link doesn't work, try this: link)

Wiki page: link

Monday, February 18, 2008

An Implementation of the Service Locator Pattern in C++


Article published: <link>

Thursday, January 3, 2008

How to use NUnit to test native C++ code


Article published: <link>

Old article link, in case the above doesn't work: <link>

Tuesday, December 11, 2007

The Case for "PhraseFixture" -- a better DoFixture() for use with FIT and FitNesse Acceptance Testing Framework

Article published: <
link>

Tuesday, November 27, 2007

Interview in Dr. Dobb's Journal

A "Developer Diaries" article:<link>

Tuesday, November 6, 2007

Automatically backup your computer for free

Automatically backup up to 2 gigs worth of data for free. Or as much data as you want, for only $4.95 a month. Goto mozy.com.

Update: Some people are concerned about their data going to mozy.com, no matter how much the vendor says they're careful with our data. If this is a concern, I think the best thing to do is to encrypt the data that gets sent there. A free tool from truecrypt.org should do the job.

How to convert .NET DateTime to Variant Time in VBA

Article published May 18, 2007: article link.

Thursday, November 1, 2007

Object Oriented C

Article published January, 2004: link.

(older link in case the above doesn't work: link.)

Monday, October 31, 2005

Copy Constructors and Assignment Operators


Article published August, 2005: link


(Original article: link)

Wednesday, May 19, 2004

Zapped -- Lasik surgeory

Article published may 19th, 2004: article link.

Saturday, October 7, 2000

Variant Streaming Code


Article published October, 2000: link.

Saturday, April 29, 2000

Not calling Dispose should cause GC to throw an exception

listserver thread entry published July 2000: article link.

Thursday, April 1, 1999

True Inheritance with JavaScript


Article published April, 1999: link.


Old link, in case the above doesn't work: link.

Wednesday, March 1, 1995

Visual DLL articles and posts

Visual DLL opinions: article link.
Instinct reference: article link.

Saturday, January 28, 1995

Call DLL functions -- Rules for manually pushing arguments on the stack.

Posted in January, 1995: article link.