I did a few changes on http://wiki.cython.org/WrappingCPlusPlus
It's not complete yet, but already has the basic syntax for C++ Wrapping. If something is wrong or incomplete, please report here. 2010/3/25 Danilo Freitas <[email protected]>: > Hi, > > I'll take a look on it. Today maybe I don't have enough time, but I > guess this weekend I'll have it done. > > 2010/3/25 Stefan Behnel <[email protected]>: >> Hi, >> >> I just noticed that the C++ wrapping documentation in the Wiki isn't all >> that complete and also somewhat misleading. There are (at least) three >> major pages, the most outdated (first) one of which is the easiest to find: >> >> http://wiki.cython.org/WrappingCPlusPlus >> >> http://wiki.cython.org/enhancements/cpp >> >> http://wiki.cython.org/gsoc09/daniloaf/progress >> >> The last page describes the current status, whereas the first one is >> outdated and misleading, and the second one is incomplete at best. >> >> It looks like the first page is also part of the official documentation: >> >> http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html >> >> So this also needs an update. >> >> Would someone volunteer to invest a little time in cleaning those up and >> merging the content of the third page back into the first one (and >> preferably the official documentation), so that we get a useful tutorial >> for C++ users? >> >> Thanks! >> >> Stefan >> _______________________________________________ >> Cython-dev mailing list >> [email protected] >> http://codespeak.net/mailman/listinfo/cython-dev >> > > > > -- > - Danilo Freitas > -- - Danilo Freitas _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
