>What's really nice is >when you make pointers for your data as well as for your functions and >place everything in a linked list to be activated by a single reference. I >used that method of programming for a "Street Atlas" type program. This is essentially the same thing as an object-oriented language does to call methods. You're doing it by hand instead of having the compiler do it for you, but it's the same technique. just a random note :-) -Mars