Re: Pass data from Python to C++

2008-05-15 Thread Christian Heimes
brad schrieb: > However, other components can be written in a more user friendly, more > easily maintained language. We've chosen Python for this. The main > question now is how to pass the computationally heavy info to c++ from > within Pyhton. os.system is not ideal. Just wondering how other folk

Re: Pass data from Python to C++

2008-05-15 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, brad <[EMAIL PROTECTED]> wrote: > I have some c++ binaries that do rather intense number computations. > They do it well and rather quickly compared to other languages (not just > Python). ... > > However, other components can be written in a more user friendly,

Re: Pass data from Python to C++

2008-05-15 Thread Gary Herron
brad wrote: I have some c++ binaries that do rather intense number computations. They do it well and rather quickly compared to other languages (not just Python). An example: [EMAIL PROTECTED]:~/$ date && ./compute.cpp.o < 1_million.txt > /dev/null && date Thu May 15 13:08:28 EDT 2008 Thu Ma

Pass data from Python to C++

2008-05-15 Thread brad
I have some c++ binaries that do rather intense number computations. They do it well and rather quickly compared to other languages (not just Python). An example: [EMAIL PROTECTED]:~/$ date && ./compute.cpp.o < 1_million.txt > /dev/null && date Thu May 15 13:08:28 EDT 2008 Thu May 15 13:08:31