Front page | perl.xs |
Postings from December 2011
Re: XS for C++
Thread Previous
|
Thread Next
From:
Shlomi Fish
Date:
December 30, 2011 01:22
Subject:
Re: XS for C++
Message ID:
20111230112231.1745c5b3@lap.shlomifish.org
Hi Alberto,
On Thu, 29 Dec 2011 22:13:37 +0000
Alberto Simões <albie@alfarrabio.di.uminho.pt> wrote:
> Hello,
>
> I am used to write XS code (well, simple code) for C libraries.
> I never did anything for C++ (and I do not know much about C++), but
> I'll need to write a simple interface.
>
> Mostly, I need to call a method inside a namespace, and that should be
> enough.
>
> Can you suggest any module that interfaces with a C++ library where I
> can peek for ideas?
>
off the top of my head:
* http://search.cpan.org/dist/Wx/
* http://en.wikipedia.org/wiki/Kdebindings
However, since these are GUI libraries, the bindings might be generated using
scripts.
Regards,
Shlomi Fish
> Thank you
> Alberto
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
Best Introductory Programming Language - http://shlom.in/intro-lang
I invented the term Object‐Oriented, and I can tell you I did not have C++ in
mind. — Alan Kay (Attributed)
Please reply to list if it's a mailing list post - http://shlom.in/reply .
Thread Previous
|
Thread Next
-
XS for C++
by Alberto Simões
-
Re: XS for C++
by Shlomi Fish