I have a c++ console program that alot of people are starting to download. But the program is updated around once a week. problem is, most of the downloaders never check for updates on the site.
could add a feature to my program were it would do a check for updates from my site, and if there is a new version available, it eather downloads it for them, or tells them where to get it. my idea was i could upload a .txt file to my site, stating the current version #. when the program goes to look at the file, if the #'s dont match up, there is a new version available.

Can and how would I do that? many thanks!

Recommended Answers

All 5 Replies

There was a problem here that might have the solution, for you:
http://www.daniweb.com/forums/thread156929.html

Thanks! but I am lost. I'm not sure how to add librarys and headers. can you please help me out of what I would have to do to add that library to my code?

For cURL go here, and download version 7.19.2:

http://curl.haxx.se/download.html

Read the docs, and examples that come with it.

still confussed. the install doc goes WAY over my head. maybe you could point me to a tutorial for this stuff that explains it well?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.