Extending Python Project with C++ Code
Published:
Recently, our project needs to test the ported (from Python code) c++ library. The best way to test might just to directly call the c++ function using the original python framework. Therefore there is a learning curve for me to learn how to use python to call c++ functions.