Hi,
I'm reading in a configuration file that can support comments. Currently, I'm parsing the file so that if a ! character (comment indicator) is reached then I just skip the line, or skip what comes after it, sort of like a C/C++ compiler. Here's an example of the config file:
#SECTION1
...