Quote Originally Posted by brewbuck View Post
Downloading a HTML page and parsing it, using C++? Sounds like a recipe for intense pain.
I don't think it'd be so horrible if he's looking for, say, a specific tag, such as <ul>. It's certainly doable, considering Webkit and Gecko are written in C++, and they have to do far more than simply read in what amounts to XML.