About This is an example of building a (simple) C++ class and interfacing it to Python via ctypes. Building To build use: cmake . to build the makefile, and then build with make in the usual way... Running To run the demo run: python test.py