You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to C/C++ Users' Group
Hi ,
I have some C++ .h files in include directory where I have declare
the class and its corresponding members. And I also have some .cxx in
source directory files where I have defined those members. I am able
to use those methods from main.cxx and the program is running fine.
Now I want use those members as I did in main function from other
wrapper program like python/perl/tcl etc.
I am new to C++ and SWIG can anybody please help me by let me know how
can create .i files using SWIG or somthing else by which I can call
those members from perl or python etc?