[Tutor] c++ on python

Stefan Behnel stefan_ml at behnel.de
Wed Mar 12 17:49:14 CET 2014


Alan Gauld, 12.03.2014 10:11:
> If it were a library then you would have to call
> the individual C++ functions directly using
> something like ctypes, which is usually more
> complex.

ctypes won't talk to C++, but Cython can do it quite easily.

Stefan




More information about the Tutor mailing list