Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

wvstreamex.cc

Go to the documentation of this file.
00001 #include <wvstream.h>
00002 
00003 int main()
00004 {
00005     WvStream wvstdin(0), wvstdout(1);
00006     
00007     while (wvstdin.isok())
00008         wvstdout.print("You said: %s\n", wvstdin.getline(-1));
00009 }

Generated on Sat Aug 24 21:37:01 2002 for WvStreams by doxygen1.2.15