Calling Python functions from C++

后端 未结 4 1191
伪装坚强ぢ
伪装坚强ぢ 2020-12-09 16:53

I am trying to achieve call Python functions from C++. I thought it could be achieved through function pointers, but it does not seem to be possible. I have been using

4条回答
  •  不思量自难忘°
    2020-12-09 17:30

    I've not used it before, but the reference manual has a section called Calling Python Functions and Methods which seems to show how to do this.

提交回复
热议问题