Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
C++ Socket and parsing the file
can someone explain me how to connect to the server using sockets, and then parse the source code of a page? i've searched the google for c++ sockets, but didn't find how to connect to the server. then i need a specific line in the source code and save it to the file on my local disc. i know it will be maybe much easier to done in php using curl, unfortunately, i need it in c++. thanks for any help
This might help mate.
http://www.rites.uic.edu/~solworth/sockets.pdf
As for parsing the source code, i'd suggest using a scripting language, such as Python or Perl; making use of regular expressions.
Hope that helped.