[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Function-pointer - function as argument for functions
From: |
Teemu Ikonen |
Subject: |
Re: Function-pointer - function as argument for functions |
Date: |
Fri, 28 Apr 2000 11:14:45 +0300 (EET DST) |
> On Wed, 26 Apr 2000, Etienne Grossmann wrote:
> > you can do it with :
> > function retval = fun10( funname )
> > retval = feval( funname , 10 ) ;
By the way, is there or has there ever been plans of supporting
pointers or references in Octave? I know this would complicate the
interpreter quite a lot, but the benefits would perhaps be even
greater.
My another pet peeve, lack of member functions in structures (that is,
functions of the name astruct.f() ) would be easily remedied with function
references.
t.
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------