![]() |
|
Just another Perl shrine | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
What? Inline::CPP writes xs modules for you , so you can call cpp functions from external cpp libraries without learning much xs It comes with "tutorial" RPerl converts Perl 5 source code into C++ source code RPerl then converts the c++ code it created from perl 5 source code, into xs module, using Inline::CPP There is no tutorial for explaining the RPerl way of wrapping an external library , ...GMPInteger_cpp.pm is as close to an example as you will find ...GMPInteger_cpp.pm is RPerl specific way of using Inline::CPP to call cpp functions from external cpp libraries ... Will_the_Chill has been here in a while Open an issue at https://github.com/wbraswell/rperl/issues and maybe negotiate :) In reply to Re^6: About using rperl
by Anonymous Monk
|
|