Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

wvstreamex2.cc

Go to the documentation of this file.
00001 /*
00002  * A WvStream example.
00003  *
00004  * Some text about this example...
00005  */
00006 
00007 #include <wvstream.h>
00008 
00009 int main()
00010 {
00011     while (wvcon->isok())
00012         wvcon->print("You said: %s\n", wvcon->getline(-1));
00013 }

Generated on Sat Mar 13 14:55:56 2004 for WvStreams by doxygen 1.3.6-20040222