C++ update check

closed account (D9yvqMoL)
Hello, i am wondering how to return data from my PHP script to my C++ program. Thanks in forward.

That's update check.
Last edited on
Use libcurl for example to make a HTTP request to your webserver:
http://curl.haxx.se/libcurl/
closed account (D9yvqMoL)
How to include, and what code shall i use?
There are code examples on libcurl website.
closed account (D9yvqMoL)
How to include, i ccant.

They are not right answers for me.
Last edited on
It might help if you explained in a little more detail what you want to do. Then someone can provide a more detailed answer.
closed account (D9yvqMoL)
Well, PHP will run <?php echo "0.1" ?> and program will retrive that, and download if needed.
Last edited on
As I told you, libcurl website already has example code. Here it is:
http://curl.haxx.se/libcurl/c/getinmemory.html

However, as you put the problem, I don't think you will get very far, unfortunately.
closed account (D9yvqMoL)
Sorry, but i cant include, and i didnt saw that example. So i guess my question is: how to include in Visual C++ 2010 express?
Topic archived. No new replies allowed.