[futurebasic] Re: Function Pointers

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 1998 : Group Archive : Group : All Groups

From: Mars Saxman <marssaxman@...>
Date: Wed, 27 May 98 12:09:34 -0000
>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