From: c. <car...@gm...> - 2012-11-25 15:29:44
|
On 25 Nov 2012, at 12:49, Richard wrote: > I suspect he wants to do something like this: > > http://www.mathworks.co.uk/matlabcentral/fileexchange/38964-example-matlab-class-wrapper-for-a-c++-class > http://www.mathworks.com/matlabcentral/newsreader/view_thread/278243 > > Richard There is nothing special to be done to link C++ with Octave, Octave itself is written in C++ so classes have no need to be "encapsulated" in an oct file you can just use them as in any other C++ program. c. |