How to make a C++ program read numbers from a web site?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alex T
    New Member
    • Oct 2010
    • 29

    How to make a C++ program read numbers from a web site?

    Let's say I have a website about statistics, which had 4 numbers. How would I make my c++ program open the website and read the numbers, then write them to a text file?

    For a start, I have only this idea, and have no clue about how I would begin. If you can help, please do.
  • Alex T
    New Member
    • Oct 2010
    • 29

    #2
    Ok, if I already have the source code of the page, how can I, using C++, save it to a .txt file?

    Comment

    Working...