Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

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 ( [id://11131360]=note: print w/replies, xml ) Need Help??


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

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.
  • Comment on Re^2: Interfacing Perl with C++, using XS, with external files, and using the STL as parameters and return values.

Replies are listed 'Best First'.
Re^3: 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 12:02 UTC
    What is map? Try my $map = [ "hi", "there" ];

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11131360]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-16 16:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found