How to parse HTML in C++?

Jordan Conley

New member
Writing in C++.

If I I have downloaded the following string from a website:
<html><head><title>TITLEGOESHERE</title></head><body><h2>Hello!</h2></body></html>

How do I go about retrieving the title, and text displayed on the page by searching the string?

Thanks in advance
 
Back
Top