Recent content by Jordan Conley

  1. J

    How to parse HTML in C++?

    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