in reply to How to use C++ in perl WITH OUT INLINE

I guess someone will tell me Inline::CPP, but for some reason I'm not going to use it.

Go ahead and use it, so you can see the XS it generates, because that is all Inline does, it saves you from writing some basic XS.

Oh look, InlineX::CPP2XS - Convert from Inline C++ code to XS.

See ExtEmbPerlSrc/chap6/6.8.1/Coordinate.xs from Manning: Extending and Embedding Perl

  • Comment on Re: How to use C++ in perl WITH OUT INLINE