How To catch python stdout in c++ code
Here is a C++ friendly solution I have developed lately. I explain a few details of it on my blog: Python sys.stdout redirection in C++ where I also point to repository at my GitHub where most recent version can be found. Here is complete example based on the current code at the time of posting … Read more