LXer: Assembly of Python External C++ procedure using 2D vector
by LXer from LinuxQuestions.org on (#5M0Q1)
Published at LXer:
I was unable to return 2D vector from C++ to Python via Python API. Thus content of 2D vector has been written to file and later on the Python Runtime Module displayed the content of file been created inside C++ procedure.
Read More...
I was unable to return 2D vector from C++ to Python via Python API. Thus content of 2D vector has been written to file and later on the Python Runtime Module displayed the content of file been created inside C++ procedure.
Read More...