help-octave
[Top][All Lists]
Advanced

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

more help with writing C++ functions for Octave


From: Karen L. Kalat
Subject: more help with writing C++ functions for Octave
Date: Wed, 06 May 1998 09:24:19 -0400


I have a function successfully compiled that uses a C library 
of my own. Now I'm trying to figure out how to "cast" octave-type variables
to values with datatypes I can pass to my C functions.
For example:
If I read in a bunch of things in args how do I get a char* 
out of arg(0)? 

octave:1> myfunction("charstring")

Karen Kalat
address@hidden



reply via email to

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