help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: curses on octave


From: John W. Eaton
Subject: Re: curses on octave
Date: Sat, 20 Dec 2003 07:22:19 -0600

On 19-Dec-2003, Paul Kienzle <address@hidden> wrote:

| Of course, if we used libffi to provide direct access to the library,
| we could write the clean interface in Octave itself rather than C++.

Yes, I think that's a good way to approach things like this.  I would
recommend "hiding" the low-level library calls by prefixing them with
"__ncurses_" (or something) so they are not likely to stomp on other
function names.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]