There are a number of options.
1) if you do not need to pass parameters or can pass them via a file, you can use a system call to an executable
system("myccode.exe"
2) if not, you may wish to look at XS and SWIG(not an easy task for beginners)
3) If none of the above is satisfactory, You may wish to look up the infile module...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.