eidheim / tiny-process-libraryLinks
A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process
☆362Updated 7 years ago
Alternatives and similar repositories for tiny-process-library
Users that are interested in tiny-process-library are comparing it to the libraries listed below
Sorting:
- Pure C++17 Signals and Slots☆434Updated 3 years ago
- Sole is a lightweight C++11 library to generate universally unique identificators (UUID), both v1 and v4.☆303Updated 3 years ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆421Updated 3 weeks ago
- High performance C++11 signals☆177Updated 6 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library.☆251Updated 3 weeks ago
- Generic observable objects and reactive expressions for C++