This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有一个问题,能够混合 python 代码和 C++ 代码对我来说是有益的,我认为这个任务很简单,可以通过简单地从 python 初始化 C++ 程序,然后拥有 C++ 程序来完成“等待”python通过std in给它一些输入,然后让python“等待”C++程序进行计算并通过std out等返回它。
我觉得这要么是微不足道的,要么是极其困难的。我的主要问题是每次我初始化 C++ 代码都需要很长时间,但如果我能实现这个想法,那只需要完成一次。有什么想法吗?