Mandelbrot set image

The Programming Pages

This is a page of links to my various programming sites and bits of useful code.

By the way, the image at right is one I created for a "fractals for newbies" presentation I did some years back. It was discovered with Fractint 18.2 somewhere deep in the Mandelbrot set.


The Winsock Programmer's FAQ is the semi-official FAQ list for the alt.winsock.programming and comp.os.ms-windows.programmer.tools.winsock newsgroups.

The Important RFCs site lists the RFCs I consider "important" to network application developers.

The Endpoint Library is my generic communications class library. It is currently only capable of speaking Winsock, but it's expandable to many other kinds of communciations, and contributions are welcome.

The MFC Console Framework is two main things: a framework for creating quick-and-dirty GUI programs (e.g. a test harness for a GUI library you wrote), and the Status Reporter mechanism, which is like MFC's TRACE facility on steroids.


Last modified on 15 August 2000 at 17:07 UTC-7 Go to my home page