Connecting Tech Pros Worldwide Help | Site Map

perl library for C++

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 2nd, 2008, 06:55 PM
Peng Yu
Guest
 
Posts: n/a
Default perl library for C++

Hi,

I'm wondering what is best perl library for C++.

I found http://www.perl.org/tpc/1998/User_Applications/When%20the%20STL%20Isn't%20Enough/paper.html

But that is too old. I'm wondering what is the most popular one now.

Thanks,
Peng

  #2  
Old July 2nd, 2008, 07:05 PM
Ivan Novick
Guest
 
Posts: n/a
Default Re: perl library for C++

On Jul 2, 11:50*am, Peng Yu <PengYu...@gmail.comwrote:
Quote:
Hi,
>
I'm wondering what is best perl library for C++.
>
I foundhttp://www.perl.org/tpc/1998/User_Applications/When%20the%20STL%20Isn...
>
But that is too old. I'm wondering what is the most popular one now.
>
Thanks,
Peng
What is it you want to do: http://en.wikipedia.org/wiki/XS_(Perl) is a
standard package included with perl for interfacing with C/C++.

Ivan Novick
http://www.mycppquiz.com
  #3  
Old July 2nd, 2008, 07:15 PM
Sherman Pendley
Guest
 
Posts: n/a
Default Re: perl library for C++

Peng Yu <PengYu.UT@gmail.comwrites:
Quote:
I'm wondering what is best perl library for C++.
For what? Embedding Perl in your C++ app, or extending Perl with an XS
module written in C++? For the former, there's only one libperl, so it
is the "best" by default.

For the latter, the Inline:: set of modules is pretty popular, and
require a bit less grunt work than the traditional ExtUtils::MakeMaker
approach. Have a look at Inline::CPP:

<http://search.cpan.org/~neilw/Inline-CPP-0.25/lib/Inline/CPP.pod>

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
  #4  
Old July 2nd, 2008, 10:25 PM
Peng Yu
Guest
 
Posts: n/a
Default Re: perl library for C++

On Jul 2, 2:06 pm, Sherman Pendley <spamt...@dot-app.orgwrote:
Quote:
Peng Yu <PengYu...@gmail.comwrites:
Quote:
I'm wondering what is best perl library for C++.
>
For what? Embedding Perl in your C++ app, or extending Perl with an XS
module written in C++? For the former, there's only one libperl, so it
is the "best" by default.
>
For the latter, the Inline:: set of modules is pretty popular, and
require a bit less grunt work than the traditional ExtUtils::MakeMaker
approach. Have a look at Inline::CPP:
>
<http://search.cpan.org/~neilw/Inline-CPP-0.25/lib/Inline/CPP.pod>
I want to embed perl in my C++ app. I couldn't find any more recent
webpage for libperl than the one in my OP. Would you please let me
know whether this library is updated and where to download them?

Thanks,
Peng
  #5  
Old July 3rd, 2008, 01:45 AM
Sherman Pendley
Guest
 
Posts: n/a
Default Re: perl library for C++

Peng Yu <PengYu.UT@gmail.comwrites:
Quote:
I want to embed perl in my C++ app. I couldn't find any more recent
webpage for libperl than the one in my OP. Would you please let me
know whether this library is updated and where to download them?
It's part of Perl. Have a look at "man perlembed" on any system that
has Perl installed.

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.