cpp-subprocess
cpp-subprocess copied to clipboard
popen() -like C++ library with iostream support for stdio forwarding
Results
1
cpp-subprocess issues
Sort by
recently updated
recently updated
newest added
I tried to get the simple ls-example working, but failed. Starting/Waiting/Closing all works, but not getting a buffer. I had to resort to https://github.com/deets/brombeerquark/blob/master/cpp/subprocess/src/cpp-subprocess.cpp (taken from the tests) to get...