basic_interface
python3 basic_interface
cd Boost-Python-Examples/Examples/basic_interface
make
python3
python3 test.py
['I', ' ', 'a', 'b', 'a', 'r', 'n', 'd', 's', 'o', 'm', 'e']
I abarndsome
Boost-Python-Examples/Examples/basic_interface at master · zpoint/Boost-Python-Examples