Call C++ in Python

1.ctype

similar as in Python_call_C.md
add extern “C” before each function, otherwise an error ‘undefined symbol’ will be thrown.

However, something might go wrong on terms with complicated Class.

2.Use Boost.Python

more powerful and complicated