• 0

C++ and internet


Question

I am writing a short app to download updatd shoutcast playlists for my favourite stations.

I have heard of netstream in c++.....but it is nowhere in my c++ book.

Where can I find tutorials for c++ internet programming. Only basic, the only thing I need is to download a file....

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

InternetOpen connects to the internet and returns a "handle to the internet". InternetOpenUrl connects to the url and returns a handle to the internet file. InternetReadFile actually reads the internet file's contents. It stores the contents to pszBuffer. dwBufferSize contains the size of pszBuffer. dwBytesRead contains the number of bytes actually read.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.