/cpp-py

Course on C++ and Python binding

Primary LanguageC++

Initiation au C++ et au binding python

Compilation and testing

1) C++

Read the README file in the cpp folder

2) Python binding

Read the README file in the py folder

3) Other useful info




To look at the dependencies

Go the bin directory

Macos

otool -L pyalgo.so # or app

Linux

ldd pyalgo.so # or app

Win

dumpbin /dependents pyalgo.dll # or app.exe