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


ghost's Avatar
0 0

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


ghost's Avatar
0 0

thanks, i've already solved it