How to develop API for my C++ application if i want to use it
something like an engine from perl and python?
Thanks.
What is your C++ *language* question, again? For general inquiries
about software development, consider 'comp.software-eng' newsgroup.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Check out Boost Python, for one:
http://www.boost.org/doc/libs/1_40_0/libs/python/doc/index.html
and C++/Perl integration with XS for another:
http://www.johnkeiser.com/perl-xs-c++.html
Sean
"n0xi0uzz" <n0xi...@gmail.com> wrote in message
news:549bc344-e6be-4442...@k4g2000yqb.googlegroups.com...