Hello,

I've been programming in C for a few months, and I've recently started to get into C++. I've written an HTML file parser that goes through and extracts the tags from an HTML file. The program itself is of trivial value, but I'd like some feedback from C++ programmers if possible just to let me know if I'm using the STL library the correct way, and things like that.

The code is here,

www.luxxsoft.com/downloads

The parser code is parser_source.zip. There are other sources there and StripHTML is going to implement the parser, so I've shown my initial test version of that code.

Thanks in advance for any comments!

Nick.

BTW, anyone can use any of the code for anything they wish. I'd like to see how people use it though.