Am 11.12.2010 um 15:03 schrieb Stefan Seefeld:
> On 12/11/2010 07:29 AM, Max Stricker wrote:
>> Hi,
>>
>> i need to expose some C++ methods to python and came accross boost.python.
>> I installed libboost-python1.42-dev on an Ubuntu machine and tried to work
>>
Hi,
i need to expose some C++ methods to python and came accross boost.python.
I installed libboost-python1.42-dev on an Ubuntu machine and tried to work with
a
simple program found in the docs:
#include
class Foo {
public:
void bar() {
std::cout