A C++ IOStream-based replacement for popen(), allowing I/O on all of the child process' stdin, stdout and stderr.
Features
- Bidirectional I/O with child processes
- Compatible with C++03 and C++11
- Familiar iostreams API
- Protection against shell injection using execve()-style array of arguments
Categories
Software DevelopmentLicense
Boost Software License (BSL1.0)Follow PStreams
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Interesting project, just what I need