mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
Correct promises about working with Pro6.
Add links to chapters on building and inheritance Add new name suggestions [SVN r8080]
This commit is contained in:
50
py_cpp.html
50
py_cpp.html
@@ -17,15 +17,16 @@
|
||||
<em>should</em> simply "reflect" your C++ classes and functions into
|
||||
Python.
|
||||
<p>
|
||||
The source code for py_cpp, including a MSVC demo project is available
|
||||
<a href="py_cpp_20001019.zip">here</a>. It has been tested against Python
|
||||
1.5.2 with GCC 2.95.2, Metrowerks CodeWarrior Pro6 and with Microsoft
|
||||
Visual C++ 6 sp4 using both the <a href="http://www.stlport.org">
|
||||
STLport</a> standard library implementation <em>and</em> the library
|
||||
implementation which ships with the compiler. It has also been tested
|
||||
against Python 2.0c1 with MSVC++ 6sp4 by Alex Martelli.
|
||||
Py_cpp requires the <a href="http://www.boost.org">Boost</a> libraries,
|
||||
and is currently under formal review on <a href=
|
||||
The source code for py_cpp, including a MSVC demo project is available <a
|
||||
href="py_cpp_20001031.zip">here</a>. It has been tested against Python
|
||||
1.5.2 with GCC 2.95.2 and Microsoft Visual C++ 6 sp4 using both the <a
|
||||
href="http://www.stlport.org"> STLport</a> standard library implementation
|
||||
<em>and</em> the library implementation which ships with the compiler. It
|
||||
has also been tested against Python 2.0c1 with MSVC++ 6sp4 by Alex
|
||||
Martelli. It will work with the next release of Metrowerks CodeWarrior
|
||||
Pro6 (the first release has a bug that's fatal to py_cpp_). Py_cpp
|
||||
requires the <a href="http://www.boost.org">Boost</a> libraries, and is
|
||||
currently under formal review on <a href=
|
||||
"http://www.egroups.com/list/boost">the boost mailing list</a> for
|
||||
acceptance into boost.
|
||||
<p>
|
||||
@@ -53,11 +54,15 @@
|
||||
<a href="overriding.html">Overridable Virtual Functions</a>
|
||||
<li>
|
||||
<a href="overloading.html">Function Overloading</a>
|
||||
<li>
|
||||
<a href="inheritance.html">Inheritance</a>
|
||||
<li>
|
||||
<a href="special.html">Special Method Name Support</a>
|
||||
<li>
|
||||
<a href="under-the-hood.html">A Peek Under the Hood</a>
|
||||
</ol>
|
||||
<li>
|
||||
<a href="building.html">Building a Module with Py_cpp</a>
|
||||
</ol>
|
||||
<p>
|
||||
More sophisticated examples, including examples which demonstrate that
|
||||
these ExtensionClasses support some of Python's "special" member
|
||||
@@ -90,22 +95,31 @@
|
||||
<li>
|
||||
SnakeSkin
|
||||
<li>
|
||||
CCCP - <strong>C</strong>onvert <strong>C</strong>++ <strong>
|
||||
C</strong>lasses to <strong>P</strong>ython
|
||||
CCCP - <b>C</b>onvert <b>C</b>++ <b>
|
||||
C</b>lasses to <b>P</b>ython
|
||||
<li>
|
||||
C<sup>3</sup>PO - <strong>C</strong>onvert <strong>C</strong>++
|
||||
<strong>C</strong>lasses to <strong>P</strong>ython <strong>
|
||||
O</strong>bjects
|
||||
C<sup>3</sup>PO - <b>C</b>onvert <b>C</b>++
|
||||
<b>C</b>lasses to <b>P</b>ython <b>
|
||||
O</b>bjects
|
||||
<li>
|
||||
PALIN - <strong>P</strong>ython <strong>
|
||||
A</strong>ugmented-<strong>L</strong>anguage <strong>
|
||||
IN</strong>tegration
|
||||
PALIN - <b>P</b>ython <b>
|
||||
A</b>ugmented-<b>L</b>anguage <b>
|
||||
IN</b>tegration
|
||||
<li>
|
||||
CLEESE - <b>C</b>++ <b>L</b>anguage <b>E</b>xtension <b>E</b>nvironment
|
||||
<b>S</b>upremely <b>E</b>asy
|
||||
<li>
|
||||
JONES - <b>J</b>ust <b>O</b>bscenely <b>N</b>eat <b>E</b>xtension
|
||||
<b>S</b>ystem
|
||||
<li>
|
||||
C-thru
|
||||
<li>
|
||||
SeamlessC
|
||||
<li>
|
||||
BorderCrossing
|
||||
<li>
|
||||
Perseus (because he solved a hairy problem involving snakes by using
|
||||
reflection and was invisible most of the time).
|
||||
</ul>
|
||||
Please <a href="http://www.egroups.com/list/boost">post</a> or send <a
|
||||
href="http:mailto:abrahams@mediaone.net">me</a> your suggestions!<br>
|
||||
|
||||
Reference in New Issue
Block a user