
6 Jan
2005
6 Jan
'05
10:12 p.m.
Hi all, the compulsive coder here again, I've just written in a working prototype of a library for writing C++ programs which can be treated in C++ code like Unix filters, i.e. redirected to and from streams, and other programs. For instance: fstream f("c:\\tmp.txt"); stringstream s; HelloWorldProgram() > f > UpperCaseProgram() > s; Is there any interest in this kind of library, for boost? I am using it for writing test and demonstration programs of libraries, but I think it has a lot of other uses. The source code and a more detailed explanation is at http://www.codeproject.com/useritems/program-objects.asp Christopher Diggins http://www.cdiggins.com http://www.heron-language.com