I have just started learning programming. I have completed a number of tutorials with regards to Python Basics.
I now want to exchange information between python and C++. For example. I have 2 numbers in python which I call a program written in C, which adds those 2 numbers and returns the result to python.
Which is the simplest way to do this?
I now want to exchange information between python and C++. For example. I have 2 numbers in python which I call a program written in C, which adds those 2 numbers and returns the result to python.
Which is the simplest way to do this?
Comment