octave c++ documentation

Jonathan Stickel jjstickel at vcn.com
Fri Feb 1 10:40:19 CST 2008


David Bateman wrote:
> Jonathan Stickel wrote:
>> I am trying to write some octave functions in c++.  I have read "Da Coda 
>> Al Fine" and looked at the "C++ API" as linked from the octave-forge 
>> webpage.  However, those references are insufficient to learn about all 
>> that is available in the octave c++ core.  Is there any other 
>> documentation that I am not aware of?  I would like to have a reference 
>> for things like OCTAVE_LOCAL_BUFFER, octave_read_double, etc, and some 
>> better documentation of the octave classes.
>>
>> Thanks,
>> Jonathan
>> _______________________________________________
>> Help-octave mailing list
>> Help-octave at octave.org
>> https://www.cae.wisc.edu/mailman/listinfo/help-octave
>>
>>   
> Read the Appendix A of the manual.. An older version of the appendix is
> available in html form at
> 
> http://www.gnu.org/software/octave/doc/interpreter/Dynamically-Linked-Functions.html#Dynamically-Linked-Functions
> 
> D.
> 

OK, that does help; not sure why I overlooked that before.  Also after 
careful browsing of the C++ API pages I do see mention of the various 
internal functions under "File Members".  It would help to have some 
prose documentation of these functions, but I know that would take a bit 
of effort and is probably relatively low priority to the active 
developers who are knowledgeable in this area.  I will do my best with 
what is available.

Thanks,
Jonathan


More information about the Help-octave mailing list