Differences between revisions 8 and 9
Revision 8 as of 2006-12-06 05:02:44
Size: 744
Editor: ZoomQuiet
Comment:
Revision 9 as of 2009-12-25 07:10:31
Size: 752
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
[[TableOfContents]] <<TableOfContents>>
Line 15: Line 15:
  * 附件:教程所用代码下载 attachment:pyxx.rar
  * [:YbeetLeTryPyrex:快速尝试Pyrex和C++]
  * 附件:教程所用代码下载 [[attachment:pyxx.rar]]
  * [[YbeetLeTryPyrex|快速尝试Pyrex和C++]]
Line 18: Line 18:
'''061206 列表分享[http://groups-beta.google.com/group/python-cn/t/e5e530a83c136811 一个简单但完整pyrex的例子]'''
  * [:FeihuTryPyrex:一个简单但完整pyrex的例子]
'''061206 列表分享[[http://groups-beta.google.com/group/python-cn/t/e5e530a83c136811|一个简单但完整pyrex的例子]]'''
  * [[FeihuTryPyrex|一个简单但完整pyrex的例子]]

Pyrex -- C/C++混合编程支持工具

综述

以前python想用C++混合编程只能通过 Boost 或 Swig 或是 DIY ,不过这三种方法都有些麻烦,不易控制与扩展。

我的教程

ybeetle

060817分享 其实高版本的Pyrex可以与C++混合编程,不过中文社区里好像没有介绍,这也是我写这篇教程的原因。

feihu

061206 列表分享一个简单但完整pyrex的例子

反馈

Pyrex (last edited 2009-12-25 07:10:31 by localhost)