arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
457 stars 90 forks source link

Issues #43, #58 and #60 #59

Closed deanmsands3 closed 4 years ago

deanmsands3 commented 4 years ago

Handles Issue #43 and the duplicate #58 . Added inlines to Windows-specific functions: get_last_error, file_from_handle, and configure_pipe.

arun11299 commented 4 years ago

Thanks!! Hope nothing breaks for other platform.