I don't really know that much about sockets, so I may be wrong. I haven't been able to find any C++ network stream sockets, however there's plenty in C which you can call from your program. If you want to learn socket programming from scratch, start with
Beej's Guide To Network Programming.
You may find the low-level coding difficult. If so, you may want to make the procedure easier by using
libcurl which isn't as powerful, but it's fine for retrieving HTML and other files from a web server.
Hope this helps
Reputation Points: 2240
Solved Threads: 338
Vampirical Lurker
Offline 5,055 posts
since Apr 2006