Re: pointer question
At 06:32 PM 15-03-1999 , you wrote:
>is it possible to have pointers to functions or procedure
>like in C/C++??
>
>I know about the routine_id function but I need a less
>complicated way of executing functions and procedures
>for OOP techniques I'm creating.
Not to my knowledge. I would be cool if we could say:
procedure a()
end procedure
procedure b -- Declare variable of type procedure
b = a
b()
I don't think RDS's Euphoria will ever support it. That kind of syntax
makes much more sense than routine_id.
Regards,
Daniel Berstein
[ daber at pair.com ]
|
Not Categorized, Please Help
|
|