http://qs321.pair.com?node_id=853268


in reply to Interfacing Perl with C++, using XS, with external files, and using the STL as parameters and return values.

zomg that's a beast of a post. I'll let you know what I think, when I'm done with it next year.


Demize

Replies are listed 'Best First'.
Re^2: Interfacing Perl with C++, using XS, with external files, and using the STL as parameters and return values.
by Anonymous Monk on Apr 16, 2021 at 05:59 UTC
    Thanks for this well written article. I am new to this. I have a same requirement in my case. Could you please suggest me how can I call getMap(map) from perl script. I am not sure how to pass map as an argument to getMap(map) api. Thanks in advance.
      What is map? Try my $map = [ "hi", "there" ];