The C++ code does this:size_t fwrite ( const void * ptr, size_t size, size_t count, FILE * stream );
// stream is stdout
and text appears in the console (a string).I don't how to grab the text that is written to console. I might have to redirect it from within the C++ code.