Simple C++ text file parser class

This class defines a very simple line oriented parser that tokenizes the data on each line while discarding comments. I created it because the need for parsing very simple files with comments came up over and over again but the traditional istream and fscanf approaches would not allow me to handle comments.

For more detailed information about the class and a chance to peruse the source, navigate to this URL: http://projects.joelinoff.com/simple_file_parser/DOXYDOCS/html/.

One thought on “Simple C++ text file parser class”

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.