Bilashi Sahu <> wrote:
> Hi,
>
> I am testing some APIs written in C++.
> Trying to do automation the testcases and just wondering if there is
> any way I can call C++ APIs using Perl.
>
> Thanks a lot in advance for your reply,
If you feel like coding it yourself, start with the documentation
Bilashi
Bilashi Sahu <[EMAIL PROTECTED]> wrote: Hi,
I am testing some APIs written in C++.
Trying to do automation the testcases and just
wondering if there is any way I can call C++ APIs
using Perl.
Brian Ingerson of ActiveState started by creating Inline::C.
Checkout:
Inline::CPP
What co