From: Garrett Mitchener <wgm2@acpub.duke.edu> To : Date: 02 Feb 1999 15:22:45 -0500
How about this for a start: Create a string stream (look at the strstream header file in STL. We don't have the sstream part of STL yet) or a file whose data is the text for some expressions. Then feed that stream to your parser. -- Garrett *<:-)