且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将python动态链接到cpp

更新时间:2023-11-09 11:34:28

让我们为此尝试一下google.
即便如此,我仍然可以向您提供更多信息,
通过使用各种python链接工具,Python可以与java,c ++,c等语言链接.
如要使用C ++与python链接
你可以用
SWIG
boost.python
派热克斯

有关更多信息,请仔细阅读此链接,
将Python与其他语言集成 [ ^ ]
Lets try google for this.
Even then i have little bit more information to you,
Python can link with java , c++,c etc language by using various tools of python linking.
As you want link with python with C++
you can used
SWIG
boost.python
Pyrex
etc.
For more info please read this link care fully,
Integrating Python With Other Languages[^]