Download List

프로젝트 설명

The STX ExecPipe library provides a convenient C++ interface to execute child programs connected via pipes. It is a front-end to the system calls fork(), pipe(), select(), and execv() and hides all the complexity of these low-level functions. It allows a program to build a sequence of connected children programs with the input and output of the pipe sequence redirected to a file, string, or file descriptor. The library also allows custom asynchronous data processing classes to be inserted into the pipe or placed at the source or sink of the sequence.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-07-31 14:02
0.7.1

이 릴리스 도서관에서 대용량 파일 지원을 수정합니다. 지금> 2기가바이트는 소스 또는 싱크 실행 파이프 라인으로 사용할 수 있습니다.
Tags: Stable
This release fixes large file support in the library. Now >2GB can be used as a source or sink of the execution pipe line.

2010-07-19 10:55
0.7.0

초판.
Tags: Initial
Initial release.

Project Resources