Registry / utility / arun11299-cpp-subprocess

arun11299-cpp-subprocess

JSON →
library2.5vcpkgunverified

Subprocessing with modern C++.

vcpkg install arun11299-cpp-subprocess
INSTALL
IMPORT
SIG · ARUN11299-CPP-SUBP
A
arun11299-cpp-subprocess
utilitycppv2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

subprocess.hpp
#include <subprocess.hpp>

Run a subprocess and capture its output

#include <subprocess.hpp> #include <iostream> int main() { auto result = subprocess::check_output({"echo", "Hello, world!"}); std::cout << result.buf.data() << std::endl; return 0; }
Debug
Known issues
gotchaThis library is header-only but may require linking with pthread on Linux.
fix
Add pthread to your link libraries if using on Linux.
affects: *
Upgrade
Version history
2.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources

No resource links recorded.

arun11299-cpp-subprocess — pip install arun11299-cpp-subprocess · libregistry