Page 1 of 1

How to get data from C++ program memory in Python

Posted: Thu Sep 23, 2021 1:34 am
by Carmelita
My current situation is like this, the C++ program produces an array, I want to put this array into python to do some operations, and then the data after python processing is returned to the C++ program to continue processing.
How do I do this?