Can I create my own functions in C++?

Yes, by using the C compatibility features found in C++.

Most notably, you need to put extern “C” before each function that is going to be called by the Python interpreter. To write portable code, avoid using global or static C++ objects with constructors.

CATEGORY: extending

 

A Django site. this page was rendered by a django application in 0.02s 2008-09-08 17:41:05.237171. hosted by webfaction.