Name: Anonymous 2015-12-28 20:14
I have some sepples code that I won't rewrite in C but will occasionally modify.
And I want to use said code in a python package I am writing using ctypes. Code should compile when the package is imported and the binding set up. The compiled library should consume a list and return a std::vector.
And I want to use said code in a python package I am writing using ctypes. Code should compile when the package is imported and the binding set up. The compiled library should consume a list and return a std::vector.