Wrapping up a C++ class

Fredrik Lundh fredrik at effbot.org
Tue Jan 30 06:12:37 EST 2001


"warrickb at my-deja.com" wrote:
> Thankyou all I shall take a look and see if I can make sense of it!  It
> does strike me as odd that there isn't a simple one source file example
> of how to do it in the docs though...

well, it does strike me as odd that there are C++ programmers
out there who don't understand C:

    Objects/xxobject.c
    Modules/xxmodule.c

overviews and reference docs are here:

    http://www.python.org/doc/current/ext/ext.html
    http://www.python.org/doc/current/api/api.html

Cheers /F





More information about the Python-list mailing list