I need help with reading data from web page. I wanted to do database of rates (forex). For example: whan price is (eur\usd) 1.4231 then 1.4230 then 1.4229 then 1.4230. I wnated to make text file and application (c\c++) write there those price.
In tex file:
1.4231
1.4230
1.4229
1.4230
every movement are in this file.
It is possible ??? I know how can I make text file and write on it. But I need get data from web page. sorry for my english
You'll probably need an external library to help you with getting the data from the website. Might I suggest looking into libcURL? http://curl.haxx.se/libcurl/