My program needs to read from a synchronized html file
Hi everyone. I am trying to write a C program that can check for data on a website. The way I have it planned out is for Windows XP home edition to synchronize the site every hour or so in order that it can tell if anything has been added to the site. However, when I want an offline webpage, it doesn't save in HTML. Instead, it's just like a link to the offline page that my program can't read. So the questions are:
1. Anyone know how to synchronize HTML files, not "offline web pages" with XP home?
2. If the above is not possible, then can anyone tell me how or refer me to an online resource that can help me get my C program to update the info itself?
I've got Bloodshed dev C++ and I plan on making this a command line app if that helps. Thanks a lot.