¡@

Home 

python Programming Glossary: myif.h

How can I implement a C++ class in Python, to be called by C++?

http://stackoverflow.com/questions/9040669/how-can-i-implement-a-c-class-in-python-to-be-called-by-c

I have an existing C interface defined something like myif.h class myif public virtual float myfunc float a What I want to.. fix a few issues and added an extra function for testing myif.h class myif public virtual float myfunc float a 0 inline void.. working module directors 1 module We need to include myif.h in the SWIG generated C file #include iostream #include myif.h..