Evan Steele
New member
I am writing a program that will notify me if my school is cancelled, using information from a local news website. I am using Dev-C++, but i need a way to get the html from that website and read it somehow. Any suggestions? One possibility is converting the HTML to XML and parsing the XML, but I am still not sure how to get the HTML and how to convert it. Any suggestions, libraries, etc.?