Check for Updates

I've been working on a project for a wile now (I also need help with something else about IP addresses that I posted a thread on in this section if you can check it out please)

Anyway,
I want to be able to check for updates on my program. Like I run the program and it checks for updates, if there is an update then I will ask the user if they want to download it (I can do that.)

But I don't know how to check for an update, I have a website that I can use a web page from if need be. Can anyone please help with this?

Thanks in advance.
Try using the Winsock 2 interface & start off by trying to send a GET request to your page.
http://msdn.microsoft.com/en-us/library/ms740673%28VS.85%29.aspx

Last edited on
RakNet also has the kind of function you're looking for.
Topic archived. No new replies allowed.