How to export arrays from C(++) to python using boost

I want to export an array of int and floats from C(++) to python using Boost but don't know how? Can anyone help me out? Is there any tutorials specifically on C(++)/Python interfacing using the Boost tool? I also want to export the BOOL type of C(++) to Python. How can I do that? --Nitin

"Shukla, Nitin (Export)"
I want to export an array of int and floats from C(++) to python using Boost but don't know how? Can anyone help me out? Is there any tutorials specifically on C(++)/Python interfacing using the Boost tool?
I also want to export the BOOL type of C(++) to Python. How can I do that?
I suggest you ask your question on the appropriate list: http://www.boost.org/more/mailing_lists.htm#cplussig There are lots of people there who can help you with this problem. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (2)
-
David Abrahams
-
Shukla, Nitin (Export)