DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibpstreams-dev
Beschreibunga C++ iostream interface to POSIX process I/O
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.5.2-1
Sektionuniverse/libdevel
Prioritätoptional
Installierte Größe888 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerAntonio S. de A. Terceiro
Quellepstreams
Paketgröße132646 Byte
Prüfsumme MD57415d0811a983b6ac89de70cde06dfb7
Prüfsumme SHA154cfb0cbc8ffc9bb108afbafa9dda4720f74666c
Prüfsumme SHA256bb28536c4259876625d6b2f811b1ba82987285c39ee2f07afdd4b7b2b95435e8
Link zum Herunterladenlibpstreams-dev_0.5.2-1_all.deb
Ausführliche BeschreibungPStreams allows you to run another program from your C++ application and to transfer data between the two programs, similar to shell pipelines. The PStreams class works like a wrapper for the the POSIX.2 functions popen(3) and pclose(3) (although it doesn't actually use them), using a C++ iostreams interface, instead of C's stdio library. Thus, PStreams makes it possible to run an external program and handle its stdin, stdout, and stderr just like you would handle any other C++ iostream.


Impressum
Linux is a registered trademark of Linus Torvalds