D
D
DVoropaev2017-02-11 20:54:55
Computer networks
DVoropaev, 2017-02-11 20:54:55

How to get the code of a web page using c++?

What library can be used? is it necessary to get the html code of the page from the given url, and process it in the right way?
How exactly to process - not a question, a question - how to receive it? and advise something to quickly sort it out.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
Wexter, 2017-02-11
@Wexter

Use cURL or something from boost asio/qt frameworks

V
vvovas, 2017-02-11
@vvovas

I recently used urlmon.dll, though in c #, but I think it will be even easier on the pluses.
https://msdn.microsoft.com/en-us/library/ms775127(... - open stream
https://msdn.microsoft.com/en-us/library/ms775123(... - download to file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question